Hello !
I need your help in this code :
dl.dropboxusercontent.com/u/11014243/For%20each.capx
Basically, my code is :
For each Sprite :
Sprite : load image ("Icon"&str(loopindex))
I expected to get "Icon0" for the first instance, "Icon1" for the second one, and eventually "Icon2" for my last instance. But all my instances load "Icon2".
Why ? Is it because the loading process is too slow for a loop ?