I though there is a way to read the object, a tip, you know. In my example i need to read with some way, what frame was, what position maybe and after destroy to create a new object.
I don't need to restore exactly the same object, just a clone but with same details.
Example: Last object was a red item with X: 100 and Y: 200. So i need to restore the same object not just the sprite again with a random frame (more details inside capx).
Another example is to have different sprites, not 1 sprite with different frames. So in this way to restore exactly the sprites.
In words it's more easy, i know..
I need to restore each object not everything, so i don' need something like "restart layout".
Maybe "invisible" it's a good option.. Thanks for your answer! ; -)