How to do this?

Hey everyone. Working my way through Flash Class and looking to do something more exciting than a typical menu of buttons that load swf’s.

Looking to do something like on http://leoburnett.ca/. Not with the pencil, and also not as complicated, but with the idea that there aren’t really buttons. The concept of everything being there and it just needs to be zoomed in on or moved to.

How can I create this navigation based on focus on a particular area?

there can be 2 ways to zoom things. Either zoom everything individually or only container of all contents. Now zooming also includes moving objects because we will focus our zoom on the point where mouse is clicked. So 3 things in total

zoom (height, width)
position(x, y)
rotation

when yu see in the site it rotates everything so that the angular title becomes horizontal… so if you animate these 3 things, it’s a way to go…