【发布时间】:2012-05-24 15:55:55
【问题描述】:
这里肯定很简单..
mybutton.addEventListener(MouseEvent.MOUSE_DOWN, thefunction);
function thefunction(event:MouseEvent):void {
gotoAndPlay(** frame on child movie clip **);
}
如何定位框架?
【问题讨论】:
标签: actionscript-3 flash