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
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.
Develop games in your browser. Powerful, performant & highly capable.
Try it like this.
https://www.dropbox.com/s/xweknl01k7grc ... .capx?dl=0
OMG, I am stupid. Thanks! :XXX