zoom in out

i mentioned also in the new scene manager post.

I do a calendar (scene1). would be great I could zoom scene2 from a specific xy (date)
and when in need to jump back to calendar i could zoom scene2 back into the calendar
(scene1).

i guess that would need kind a ‘new scene’ appears under ‘old scene’ so final step to
zoom back into the next scene (scene1) does work.

any solutions are welcome

thx
chris [import]uid: 4795 topic_id: 14705 reply_id: 314705[/import]

If you insert everything in to a display group you can simulate zooming by changing the display group’s xScale and yScale to something greater than 1.0 to zoom in and back to 1.0 to zoom out. If you want to “animate” the zoom you could use an enterFrame listener to change the scale gradually. [import]uid: 27965 topic_id: 14705 reply_id: 54432[/import]

i know… that works (keep on the calendar example)
if i open the new scene (nr2) Scale UP.

but when I like that the scene 2 zooms back again… for that
the next scene would have to be located bellow the actual scene.
so i could Scale DOWN the actual scene and the next scene would
come visible.

:slight_smile:
[import]uid: 4795 topic_id: 14705 reply_id: 54433[/import]