Jumping counter: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
Counts the length of time the player has been jumping. The counter increments from 0 (not jumping) up to 1441 as follows: | |||
0 | |||
181 | |||
361 | |||
541 | |||
721 | |||
901 | |||
1081 | |||
1261 | |||
1441 | |||
Once it reaches 1441, it will reset to 0 and the player will begin falling. | |||
You can use this counter to [[limit_the_height_of_the_player's_jump]]. |
Revision as of 22:06, 28 February 2005
Counts the length of time the player has been jumping. The counter increments from 0 (not jumping) up to 1441 as follows:
0 181 361 541 721 901 1081 1261 1441
Once it reaches 1441, it will reset to 0 and the player will begin falling.
You can use this counter to limit_the_height_of_the_player's_jump.