I deleted a previous thread about this before but man I'm just not understanding why its not doing what its suppose to.
All I want to do is create new text objects underneath their parents and display numbers based on simple math.
instead of getting 1 2 3 4 5 etc, I just get 5 5 5 5 5 5
here is my capx: file
I even read the tutorial on the for loops and it looked easy because I use for, foreaches, whiles (the whole shibang) in php and javascript.