3781
The Axe Parser Project / Re: Axe Parser
« on: June 22, 2010, 08:25:52 pm »
You can wait for the user to press any key with:
:Repeat getKey(0)
:End
:While getKey(0)
:End
(It's useful to have the second loop to let them release the key. )
:Repeat getKey(0)
:End
:While getKey(0)
:End
(It's useful to have the second loop to let them release the key. )