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
Hi
Is there a way to force an animation to play all frames, before it allows the game to do anything (for example, to stop player input from moving the playerbox or from another event to trigger another animation)?
Thanks
Develop games in your browser. Powerful, performant & highly capable.
is animation "x" playing (reverted), you should use that in an event condition so the animation will play all the frames like
+is animation "x" playing (reverted)
check this. dropbox.com/s/xbztl89iqlhe5ph/Untitled.png