Hey,
So, I got the crates working but, I want to set a different animation when the player collides with the crate while holding jump.
What I tried to do was:
On collision, Keyboard "space" held set player vector Y=-600, set animation to "High jump"
What ends up happening is that the "High jump" animation plays for about a frame before defaulting to the standard jump animation.
How would I go about negating the jump animation?
Thanks