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: