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
In the manual says that if the variable to iterate is bigger than the limit (ex: for(var i = 10; i > 0; i--)) The FOR wouldn't run. I need to do a descending FOR just like the written on the example. What is the way to do it on Construct 2?
Develop games in your browser. Powerful, performant & highly capable.
like this?
Mmmh exactly WHERE? I see no FOR there.
FOR will figure out that it needs to descend instead of ascend, based on the start/end values.
okok
====worker:100====
for
&
var worker >0
then>>>
worker-1