Flash Zoom
- Started
- Last post
- 15 Responses
- redant
I'm looking for a zoom script or an understanding of how to program a map zoom in effect similar to:
http://plasma.nationalgeographic…
then click on the right image--then click begin.Any help would be appreciated! Grazie
- redant0
Please? ANyone? :P
- redant0
Please? ANyone? :P
- redant0
Please? ANyone? :P
- System-Idle0
a fair bit of coding has gone into that.
The most basic feature i using the movieclip X & Y scale properties.
to zoom in
on(press){
map_mc._xscale+=5
map_mc._yscale+=5
}to zoom out
on(press){
map_mc._xscale-=5
map_mc._yscale-=5
}
- ChunkyLove0
you should ask this guy for help he invented flash I'm sure he'd know ow to do it.
htttp://www.joshuadavis.com
no need to thank me yo.
- ********0
That map seems pretty large...especially considering the amount of scaling that goes on.
In order to maintain the speed of transitions, the image quality swithces to low..and then back again once the zoom is complete.
- redant0
can anyone else help or have any examples? thanks.
- redant0
bump
- ********0
you've already got an example, 'instanok' gave you one!
You're probably not going to get any better than that.
- redant0
that example didn't work nevermind
- ********0
That file works fine. Not sure what the problem is.
- propa0
If you want to do that you are going to have to learn some serious actionscript, it’s not just some plug-in you can put into a file. There seem to be some high-res / low-res switches going on, visibility, in fact there might be loading occurring when you enter each section. There is lots going on in that example, you’re not going to find something on flash kit or here that you can just drop in and have it work.
- ********0
yeah!!!!
- propa0
Bottlerocket,
Nice site!