please help
Posted:
Wed May 16, 2007 6:25 pm
by gcreator
i don't know how to make my player jump only once
if i push the jump button multiple times, the character just keeps jumping
higher
Posted:
Wed May 16, 2007 9:15 pm
by MrScience101
If you could post your code so we could look at it, it would probably be easier.
But there are a number of ways to do it. One is to use a script switch, where you have a variable that is true when jumping and therefor ignores any further jump strokes until the jump is over. Another is to ignore key strokes until the jump animation is over. Also you could use a timer.
Posted:
Wed May 16, 2007 9:24 pm
by Kodo
Please search the forum, this has been answered about 100 times
If you're still having problems then let us know!