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
I made a Event with Attacks for a Boss. Now i want that if the Event ends, it must Restart. I mean if all the 3 Attacks of the Boss are done, he start from beginning with the first Attack again. How do this ?
Develop games in your browser. Powerful, performant & highly capable.
use a variable
so the boss starts at var=0; boss does something, then that ends, and goes to var=1, and so on.
and when it has performed his last action set var=0 again