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
So, I'm trying to animate my character using a machine gun a la Metal Slug. I've got the animation and I've got it set so that when I press the fire button the animation plays, but if I try and rapid fire the button the animation will start over each time, repeating the first two frames.
How do I set it up so that the firing animation can finish and then repeat while I'm continuously pressing the fire button?
Develop games in your browser. Powerful, performant & highly capable.
Maybe this?
Condition:
-"AnimationName" on finish
--Touch is touching / Keyboard key is down
Action
-Start "AnimationName" from beginning
-On touch start / On keyboard key down