# Zooming effect

**URL:** https://forum.kirupa.com/t/zooming-effect/1842
**Category:** flash
**Created:** [May 14, 2002, 3:44am UTC](https://forum.kirupa.com/t/zooming-effect/1842 "2002-05-14T03:44:33Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [May 14, 2002, 3:44am UTC](https://forum.kirupa.com/t/zooming-effect/1842/1 "2002-05-14T03:44:33Z")

</div>

Hello,\r\rHow do I make a zooming effect with Flash MX when I do a onmouseover on a image.\r\rThanks,\rMurali

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [May 14, 2002, 3:47am UTC](https://forum.kirupa.com/t/zooming-effect/1842/2 "2002-05-14T03:47:19Z")

</div>

There are a couple of ways. The easiest way would be to place the picture inside a movie clip. In the movie clip you have a stop(); action on frame 1, and then tween the photo so that it gets really really large.\r\rThen you can have an invisible button (a button with nothing in any frame except the “hit” frame) over the movie clip and have code on the button to exicute a play(); command on that movie clip.\r\rIf you want to be able to zoom anywhere in the photo… that becomes a little more tricky.\r\rare you following me, or have I lost you?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [May 14, 2002, 11:58am UTC](https://forum.kirupa.com/t/zooming-effect/1842/3 "2002-05-14T11:58:30Z")

</div>

if you want to rollover anywhere on the image…just turn the image into a button and follow Upuaut8’s advice. This time using \r\ron (rollover) {\r\r gotoandPlay(“framelabel”);\r\r}
