I'm having issues loading the same images twice. All of my images are static and I'm using the "load imgx" function to bring them up followed by the text for the respective section.
However it seems to only let me be using an image once. Also, for some reason it's just completely ignoring one of my images.
Here's an example of an image not loading more than once
First place:
Code: Select all
show img1
m "Hi!"
show img2
m "I'm Millie."Second, trouble area:
Code: Select all
show img49
s "H-hey! Wait up!"
show img1
m "And with that, we were off on an adventure!"
Code: Select all
show img50demo
stop music fadeout 5.0
nar "Thanks for playing our demo! I hope you enjoyed it and are looking forward to the full version!"
So any help would be appreciated. I need img1 loaded several times, as it's just a blank image. I tried making copies and renaming them and that seemed to work, but I would like to keep it to as few images as possible to save o space.
Thanks.