First off, thank you very much for replying! Secondly: My array looks something like this:
-The first row contains several columns. The first is name and the second through 13th provide further statistical data. Damage, Range, Keywords, etc.
-The second row would contain a second power and its details.
or 0 to array.height
.. create text at 100, 100+100*loopIndex // these could be icons or whatever, you could set icons frame/animation based on array value
.. set text to array.at(0, loopIndex)
.. set text.Index to loopIndex // an instance variable that defines which row of the array this text represents
At risk of revealing that I am a noob, I am going to have to ask... what is loopindex? I am just getting into arrays. So, I don't entirely follow what you're suggesting. I've looked at the sample project you sent and I understand only the first event. The second and third, I think I get... but the Loopindex part is confusing me.
Again, thanks so much for responding. Double thanks for posting your example.