Hi everobody,
I have a problem for remove one image.
I create one local variable with the path of the image
later, I insert this image in a bidirectional array
local img = “image/troop/1.png”
ARRAY[0][0].image = display.newImage( img, 100, 100)
How can I delete this image for insert a new one?
My objetive is delete the image in this position and insert in a new position
Thanks in advance!
Regards!