0 Members and 2 Guests are viewing this topic.
While getKey(0)End
while getKey(0)Pause 50End
I have to do this in my code:Code: [Select]while getKey(0)Pause 50EndOtherwise it exits the loop randomly :O
:Repeat getKey(0):End:While getKey(0):End
While getKey(0)Pause 3End