Problem Description
If a Series of Image Sprites are Created in real time and then INSIDE the for loop calling each image sprite to load a different image, they will ALL load the same image.
Attach a Capx
http://expirebox.com/download/68be82f69 ... e1211.html
Description of Capx
CapX file plus the exported version, this will only work if running on server because of "Load Image from URL"
Steps to Reproduce Bug
- Just run the program and see the code, the image boxes should load alternate different images, but they ended up all loading the SAME images.
Observed Result
Just run the program and see the code, the image boxes should load alternate different images, but they ended up all loading the SAME images.
Expected Result
They should all be loading different images.
This ONLY happens if the Sprite Object is created in a for Loop, it doesn't happen if the sprites are created in the Editor.
This is terrible, please fix this.
Affected Browsers
Operating System and Service Pack
Windows 7
Construct 2 Version ID
The Latest Version