Hello
I’m currently working on something small, and I’d like to know if it’s possible to change the image of a variable.
Let’s say I have:
local image = display.newImage("images/image1.png", 100, 100)
can I change that to image2.png?
Thanks.
