Animation Finish

From Game Editor

Jump to: navigation, search

This will trigger an event whenever the specified animation finishes playing. You can also use 'any animation' as the argument.

Example of usage would be an explosion graphic that upon completing its animation, calls the 'destroyactor' event on itself.

Explosion>AnimationFinish>Any Animation>

 DestroyActor("Event Actor");