Creating a new Animation Action
You can trigger an animation by doing the following:- Select the object to which you want to add an animation action to.
- On the Events panel, add an event that should trigger the animation action.
- Open the Event and add an animation action.
Animation action is currently compatible within the following events: To simply play your animation on start: Start Event To play animation with mouse, touchscreen or keyboard interactions: Mouse Up Event Mouse Down Event Mouse Press Event Mouse Hover Event Key Up Event Key Down Event Key Press Event To make more dynamic game controls with the following options: On Idle, On Move, On Jump, On Run. Game Controls Event To trigger animations based on conditions: Conditional Action To play animations upon collision, e.g.: an object explodes when collides: Collision Event
Edit an Animation Action
- Object → select a reference object that should be considered for the action
- Animation → select the animation to be played related to the object.
- Start / End → allows to trim your animation based on the available keyframes
- Delay → allows to play the animation with a delay, defined in seconds
- Loop
- Infinite → will play the animation forever
- Count → will play it for a set amount
- None → will only play it once
- Cycle → if set to Ping Pong animation will be played forward and backwards in a loop.
Try out animation action with Game Controls in this example experience.

