when create a same sprite (uid not same) in a loop then use "load image from url", every same spirit (uid not same) created in the loop trigger the function. then every same sprite (not same uid) have same image, is it a wrong?
I think the "Load from URL" is not instance based. You can create a sprite with several frames (one for each image you want to laod) and then load them into each frame. An instance version of this would be awesome though. Ashley
wackytoaster.at/parachute/instancesLoadFromURL.c3p
This may not be too useful though depending on what exactly you need to accomplish.
Develop games in your browser. Powerful, performant & highly capable.
thank you i use diffrent frame to resove it .