736
The Axe Parser Project / Re: Axe Programming Contest--For those who wish to announce their projects
« on: April 07, 2014, 10:41:33 am »For some reason, wabbit doesn't want to be helpful with my code (it should wait 'till I release the keys to move another spot...but it doesn't) so that's why the character is running around so quickly.Hey! something like this one of my started and never finished projects in axe.
To move slowlier(or slower??):Code: [Select]While 1
*I always do this into loops.
Return If getkey(41)*
getkey -> K
If K=1
move right
End
...
End
How you manage the values of the wapons ont other stuff like this?
Please look at the last post date when replying to a post. The forums also warns you if you are posting in a thread that is over 120 days old. The last post date in this thread was over three years ago. The person you are trying to reply to has long since been banned. That's also why "guest" is listed under their user name and nothing else. If you have programming questions, you can always ask in the programming and support section under whichever language you need help in.