PDA

View Full Version : gotoAndPlay help


louistrenta
08-04-2009, 09:27 PM
Thanks in advance for taking the time to help me. I use Flash CS3.

(1) I am trying to write the actionscript to make a button link to a specific frame in a movieclip. I would use the behaviors to do it, but for some reason that doesn't work because there is already actionscript implemented for the button.

(2) I need to create a scroll bar section of a page to contain both text and objects. Please give me a starting point with this.

Thanks again to anyone who can help.

-Louis

louistrenta
08-04-2009, 09:48 PM
on (rollOver) {
gotoAndPlay("s1");
}
on (releaseOutside, rollOut) {
gotoAndPlay("s2");
}