Hello everyone. Hate to bring this up again, but I´m still having some issues relatad to this project, and since it´s in the same category I thought that having it in the same post might be useful if someone else is facing the same problems I had.
With the help of dop2000,DiegoM I did get almost everything running. THANKS SO MUCH!
However, now I have the need of placing: for each score, a "graphic/visual/etc" for each score, but I´n not sure how I could pair sprite frame images with this that was loaded with ajax into an array: tokenat(AJAX.LastData,ArrayPlayers.CurX,"|")
Is there any tip or pointers you can give me on this one too?
I´d like somtehing like:
for each graphic(at), set frame score(at) is showing
This is where I get lost
I´d need to do something like this:
If player(at)value is less than 100 , show "bronze icon frame"
If player(at)value is greater than 100, show "silver icon frame"
Is player (at) value is greater than 300, show "gold icon frame"
Is that possible? Am I looking this the right way?
Thanks so much in advance