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
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?
like this?
Mmmh exactly WHERE? I see no FOR there.
Develop games in your browser. Powerful, performant & highly capable.
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