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