Skip to main content
Participant
May 27, 2009
Question

Web Flash Zooming in/out?

  • May 27, 2009
  • 1 reply
  • 557 views

I am a really new flash beginner, and I am trying to write a site that can do this scaling in/out effect (Not an image) after when a new file is loaded into the page. I've googled and searched everywhere and couldn't find a possible solution to this.

You can see the site, there is a zoom in and moving effect after a button/new page is loaded.


Here are the scaling, I am talking about:
http://www.bravenewform.com/


Any suggestion?
Thanks

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
May 27, 2009

It is scaling and moving the background image, most likely using coded tweens for the scale and position changes.  Here's a link to another posting that might help a little for AS2 tweening:

http://forums.adobe.com/thread/436927?tstart=0

jecan87Author
Participant
May 27, 2009

Thanks for your help, Ned.

But I still don't really understand here, especially the coding.

I tried use stage scaling and some other transition method, I am not quite sure and still having no luck with it.

Thanks

Ned Murphy
Legend
May 27, 2009

You need to create the background as a movieclip and apply the sacling and positioning to it, not the stage.