Is there a way to load a photo into a sprite from an array or data file.
I have a sprite on screen that I want to re-use on different levels. Depending upon what level you are on it should show a different image.
Hoping that I can simply store the images in an array or data file and change them dynamically depending upon what level the user is on.
Thanks.