Hello, I'm very new to this so my issue will hopefully be fairly easily solved. My sprite animation starts by itself whenever I go into the preview. So far I only have two events, one for resetting the animation after it runs through the entire animation and another event to go through the animation whenever I right click.
Develop games in your browser. Powerful, performant & highly capable.
Not sure what your question is.
If you don't want the animation to start by itself, either set animation speed to 0 (in Animation editor), or stop the animation in "On start of layout" event.
Sorry for my question being unclear but the your second suggestion, "On start of layout" event, worked for me. Thanks for the help.