Groups | Blog | Home
all groups > macromedia flash sitedesign > december 2004 >

macromedia flash sitedesign : HELP


chinese_democracy
12/27/2004 5:20:07 PM
please help i dragged a button component from the UIcomponents panel and ave it
the behavior so that when you click it, it will play frame 2.

on (click) {

//Movieclip GotoAndPlay Behavior
this.gotoAndPlay("2");
//End Behavior

}
however when i test the movie and click on the button it does nothing please
help me. thanks
droopy.ro
12/27/2004 8:14:58 PM
Hello,
try this:

on (click) {
this._parent.gotoAndPlay("2");
chinese_democracy
12/27/2004 9:38:02 PM
AddThis Social Bookmark Button