新手上路
查看详细资料
TOP
原帖由 Leen_6 于 2008-5-22 11:02 发表 用onRollOver和onRollOut来实现咯
原帖由 hygame 于 2008-5-24 00:58 发表 ***是你的元件名字 把它写在帧上: ***_btn.onRollOver=function(){ _root.***_mc.play(); ***_btn.onRollOut=function(){ _root.***_mc.stop(); }; };