Hi everybody.
As i’m working with a LOT of display objects at one time, (objects which only appear on screen after a certain time but remain there, no need to remove them nor to modify them) i’m using display.save to capture the device’s screen, erasing everything and using that saved image as background.
This needs to be done every time a touch event ends, but when i display that saved image, it only displays once. i mean, the only image i see is the first one ever saved. is it that it is not possible to rewrite a previously saved image with display.save? [import]uid: 98755 topic_id: 17753 reply_id: 317753[/import]
Sure you can re-write the previously saved image.
My suspicion is you need to remove the currently displayed image and then re-set it in order for it to display the latest saved version of that image [import]uid: 84637 topic_id: 17753 reply_id: 67753[/import]