My issue is that with the platform behavior I have it set to IF MOVING, show RUN animation or ELSE show IDLE animation. I have a grow animation going between two states but it won't run because the sprite is still moving, and therefore shows the run animation.
How do I temporarily freeze the character to let the animation run before restoring movement?
I've tried several things (including making gravity and deceleration 0) and even disabling platform altogether and had unexpected outcomes.
Thanks for any advice.