Zvel: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
In a non-projectile, zvel is the vertical velocity of a sprite. Negative values are upward velocity, positive values are downward velocity. In projectiles, zvel works somewhat differently, and functions more like an angle. | In a non-projectile, zvel is the vertical velocity of a sprite. Negative values are upward velocity, positive values are downward velocity. In projectiles, zvel works somewhat differently, and functions more like an angle. | ||
This can be also used to edit projectile instant launching velocities in EVENT_EGS. | |||
[[Category:Sprite structure members]] |
Latest revision as of 17:37, 11 October 2010
In a non-projectile, zvel is the vertical velocity of a sprite. Negative values are upward velocity, positive values are downward velocity. In projectiles, zvel works somewhat differently, and functions more like an angle.
This can be also used to edit projectile instant launching velocities in EVENT_EGS.