0 Members and 2 Guests are viewing this topic.
:.Text:Fix 0:Text(0,0,"Press any key..."):Repeat getKey:End
:.Text:Fix 0:Text(0,0,"Press any key..."):DispGraph:Repeat getKey:End
Fix 5
Fix 4
.TEST A simple test programDiagnosticOffFix 5ClrDrawText(0,0,"Press any key...")DispGraphRepeat getkey(9)EndFix 4
In Axe it's X, then Y (reversed from BASIC). Check out the Commands.html file packaged with Axe for anything you're not sure about
first of all, what are the x-mins/maxs and y-mins/maxs in axe? the regular line(0,0,10,10) doesn't do anything.