Hi,guys
I want know, Is there any ways to create a "for loop" with index reduce?
for
start index = 10,
index = index -1,
end index = 1
Develop games in your browser. Powerful, performant & highly capable.
I just did a few tests on C2, and it looks like if you just put the bigger number first, the loop runs itself and decrements the index like you want.
Try it like this.
https://www.dropbox.com/s/xweknl01k7grc ... .capx?dl=0
OMG, I am stupid. Thanks! :XXX