Setinterval Zoom

Hello I am looking for help in zooming in from an overall city map to a site location. Very similar to this: http://plasma.nationalgeographic.com/pearlharbor/ax/frameset.html

I am not a programmer. I have gotten as far as zooming in the overall map correctly. But I assume I have to change the image to a local detail map and then zoom into the building site. I am using the set interval command to activate a zoom function. So I have to be able to zoom in one movie clip change to another more detailed movie clip and continue zooming in to the site then stop. All this has to be done automatically, not on button press. I’ve found some resources. I want to make sure I’m going in the right direction.

Thank you for your time. Any help is appreciated. -J

maybe this can help:
1- if u look the map of the example u give, youll notice that its a vector image, so if u zoom it, it doesn`t change the resolution.
2- work on a vector map… a very big map and make it larger or smaller with _scalex() and _scaley().

i think this could work

Im very interested in this aswell

well i have the maps in vector format. It’s taking up alot of my time. I thought it would be easier. I can’t spend so much time on this although I do want to figure this out.