I have a for loop that runs from 1 to 5.
For some reason, the loop runs only for first 3 iterations.
https://drive.google.com/file/d/0B_3gk1SvtQWVV0hkZUh6Mi1mVXc/view?usp=sharing
Any help would be apreciated.
EDIT >>>
Found the bug.. works now..
Put the action that changes the counter at the very bottom is mistake #1, Mistake #2 is that the animations are 0 based, this would explain why you can only get 3 values. try starting your loop at 0
Develop games in your browser. Powerful, performant & highly capable.
thx much jojoe