I have a for loop and calling "Load Image from URL" with loopindex("levelCount") & "-2.jpg" into a created object.
All the images have been imported into the project as Files
The loop works fine but for some reason only the last image is being pulled out and so all images are the same, whereas they should all be different.
Current outcome:
Loop first pass pulls 3-2.jpg
Loop second pass pulls 3-2.jpg
Loop third 3-2.jpg
Expected outcome:
Loop first pass should pull 1-2.jpg
Loop second pass should pull 2-2.jpg
Loop third 3-2.jpg