Change an Image Object

How can i change an image object directly without keeping creating a new image object if its created once, please?   I tried by :

myimage.filename=“image\_updated.png” something similar to: mytext.text = "updated text” 

but doesn’t work.

Not sure what you want to do, but to change (load) a new image you have to use display.newImage() or display.newImageRect()

Please see this tutorial:
 

http://coronalabs.com/blog/2013/11/26/tutorial-techniques-for-swapping-images/

Rob

Not sure what you want to do, but to change (load) a new image you have to use display.newImage() or display.newImageRect()

Please see this tutorial:
 

http://coronalabs.com/blog/2013/11/26/tutorial-techniques-for-swapping-images/

Rob