Jump animation
Swagged
Member Posts: 50
i have an actor who can jump and i set a different image for it to look like when it jumps but it doesnt change when i hit jump
Comments
You will need to make a rule if overlaps or collides with platforms change attribute game jump to false depending on what your doing.
You could also use an integer but i found for complex animation booleans are better.
Darren.
Thanks!