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 am trying to us repeat but it wont work as I planned it. It repeats actions x times in the same tick... But I wanted to complete action, and start it again when previous action is done. How can i achieve it?
Not sure of what want exactly, but would this be of help ?
Develop games in your browser. Powerful, performant & highly capable.
Make a variable ActionIsBusy
set it to no
on action - set to yes
on acyion finished set to no
if actionisbusy =no - start action
Thanks for replies. The way I tried it was Repeat 2 times : Call Function
I found a way that works, rather than using repeat, I just placed "call function" at end of function