Consider this:
Event: Player is overlapping Monster
Action: 1.) Player set animation to "melting" 2.) Player destroy
How can I have action 2 wait until action 1 is complete? Right now, the player is destroyed immediately after the animation starts.
:) Use event: On animation finished.
Develop games in your browser. Powerful, performant & highly capable.
Thanks. That's just what I needed.