@smith2: I've been looking at your idea and it can be solved this way:
Edit the background in photoshop or similar and do the following:
Make 2 layers:
A.- Only with the girl cut out / include a part of the floor reflections ( Export later as .png or .tif transparent)
B.- Use the cloner to make the girl that comes out on her back disappear
( Export later as .png or .tif transparent )
On the scene:
- Fit as much as possible the image of the girl with her back in the background
- add 2 animations that do the following in the sprite that includes the girl on her back:
Back to the bottom:
animate: 10, forward, outquad, pos, x, y, z // <------(adjust the values of x, y, z according to the depth and distance you want to get
x = Horizontal
y = Vertical
z = Depth
Fade out:
Opacity: 1
animate: 8, forward, outquad, opacity, -1
Adjust the times according to your idea
Good luck!
😎