Retain sprite to multiple stage

In same app how can I retain sprites to multiple stage?
for e.g. i have a sprite lives in a game and i want to retain to next stage.

Hi @ruchitadoshiil5 you could use a variable(s) to store the x and y coords in on Stage and the reposition it on the next stage?

Alternatively, could you do something like this?

2 Likes