PDA

View Full Version : ScrollPane and gotoAndStop



Takaya213
June 11th, 2007, 08:26 AM
I have a group of images that I made into button symbols in a movie symbol that I linked to a ScrollPane. I added the following action to the buttons to go to there respective keyframes on the scene,

on (release){
gotoAndPlay("Scene 2",6);
}

The buttons when placed in the ScrollPane don't seem to have any working actions, please help, this is urgent! Thanks.

I'm also trying to add a link over images that opens a browser window when clicked on and displays the bigger image. This is going to be on an autorun CD, so the pictures will be directly on the CD with the flash projector file.

cpgenius
June 11th, 2007, 09:05 AM
Might need to include more code or a fla so we can see file structure.

Takaya213
June 11th, 2007, 10:30 AM
That was the only piece of code that I used.

actionAction
June 11th, 2007, 11:30 AM
May sound weird, but how many frames are in Scene 1?