Interactive Image Panning

Hello
First of all let me start by saying how wonderful this site is.

I was in the neighborhood and loved this tutorial.
—> http://www.kirupa.com/developer/flash8/interactive_image_pan.htm <—

I was wondering if anyone could tell me if it would be possible to add a simple button to this movie. I wanted to see if I could add a second image to upload once the first one was clicked on.

I’ve tired to add a simple scene script but it will not budge. If anyone has any input relating to this tutorial would be a great help. Or if anyone knows of simpler way of doing this would be helpful as well.

on (release) {
gotoAndStop (“Image2”, 1);
}

ˆ-ˆ