確かにここに簡単なもの..
mybutton.addEventListener(MouseEvent.MOUSE_DOWN, thefunction);
function thefunction(event:MouseEvent):void {
gotoAndPlay(** frame on child movie clip **);
}
フレームをターゲットにするにはどうすればよいですか?
確かにここに簡単なもの..
mybutton.addEventListener(MouseEvent.MOUSE_DOWN, thefunction);
function thefunction(event:MouseEvent):void {
gotoAndPlay(** frame on child movie clip **);
}
フレームをターゲットにするにはどうすればよいですか?