Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
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
I am quite new to Construct 2 and I have one of my attack animations down but I am struggling with trying to add my other two attack animations after the first one has finished pressing the same key. So pressing the space bar in quick succession creating a combo. Can someone please help me out. Some tips or how I would go about doing this. Thank you!
Develop games in your browser. Powerful, performant & highly capable.
Store a value that represents whether you've pressed the key during the animation. Then check the value when the animation finishes- if it is set, then continue to next animation and reset the value. If it isn't set, then don't continue attacking.