This should be a simple question, but I haven’t been able to find an answer to it anywhere. How would I go about changing an image to a different image without destroying and recreating?
For example, if I have:
image1=display.newImage(“image1.png”,50,50)
How do I go about changing image1 to displaying “image2.png”.
Again, I don’t want to destroy and recreate or create two images and flip visibility. [import]uid: 8776 topic_id: 2095 reply_id: 302095[/import]