# Zoomable Map Inertia!

**URL:** https://forum.kirupa.com/t/zoomable-map-inertia/109213
**Category:** Uncategorized
**Created:** [May 3, 2004, 11:19am UTC](https://forum.kirupa.com/t/zoomable-map-inertia/109213 "2004-05-03T11:19:28Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![darrengeraghty](https://avatars.discourse-cdn.com/v4/letter/d/f08c70/32.png) [@darrengeraghty](https://forum.kirupa.com/u/darrengeraghty)
#### Post date: [May 3, 2004, 11:19am UTC](https://forum.kirupa.com/t/zoomable-map-inertia/109213/1 "2004-05-03T11:19:28Z")

</div>

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](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:
