Hi Guys;
Ive got this zoomable map working pretty well
but it keeps zooming out(ie. it dont stop!)
so I need to set a varible that limits the zooming out of
the map to a certain value like 200 and then pauses or
stops the movie clip.This would need to be set on
the rollover function see below.
on (rollOver) {
zoomMC.tzoomc=2;
}
on (rollOut, releaseOutside) {
zoomMC.tzoomc=0;
}
Im pulling my hair out ovr this!! :hair: Here is a link to the
fla file…
http://home.ripway.com/2004-3/80050/zoom_map.zip
An Actionscript Guru should be able to solve this
no prob I reckon.Any help appreciated. :thumb: