# How to Zoom

**URL:** https://forum.kirupa.com/t/how-to-zoom/238752
**Category:** flash
**Created:** [September 14, 2007, 6:20pm UTC](https://forum.kirupa.com/t/how-to-zoom/238752 "2007-09-14T18:20:21Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ilProphet](https://avatars.discourse-cdn.com/v4/letter/i/258eb7/32.png) [@ilProphet](https://forum.kirupa.com/u/ilProphet)
#### Post date: [September 14, 2007, 6:20pm UTC](https://forum.kirupa.com/t/how-to-zoom/238752/1 "2007-09-14T18:20:21Z")

</div>

I was wondering how to zoom in and out of a movie clip inside of a flash movie. This is how I wrote the code, which is a mc in the main timeline of the movie.

on (release){  
this.Zoom(50);  
}  
but it doesnt do anything.  
If anyone knows of a tutorial on this that would be great too.  
Thanks:mountie:
