0 Members and 4 Guests are viewing this topic.
Yeah, is there anyway to end an if statement like just using end in Axe?
If ...condition...Then...do stuff...End
If A=13→D
Is there an easier way to use the GetKey function?Im kinda tired of WHILE 0...
:While 1:If getKey=(key press):do something:If getKey=(another press):do something else:End
3→X3→YRepeat A=45 ;Later I will store the key value to A. This means repeat until clear is pressed.pxl-Test(Y,X→C9→BRepeat A ;getKey will be stored to A, so this repeats until a key is pressedB+1If Ans>9ThenPxl-Change(Y,X0EndAns→Bgetkey→AEndIf A=105 ;Enter1→CIf A=23 ;Delete0→CIf A=21 ;2ndnot(C→CPxl-Off(Y,XIf CPxl-On(Y,XY+(A=34)-(A=25If Ans<015If Ans>150Ans→YX+(A=26)-(A=24If Ans<015If Ans>150Ans→XEnd