Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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.