如果实现鼠标移入场景停止时间轴播放
移出场景开始时间轴播放
自己用的是
_root.onRollOver=function(){
_root.stop();
}
_root.onRollOut=function(){
_root.play();
}
但未成实现想要的效果。
如果实现鼠标移入场景停止时间轴播放
移出场景开始时间轴播放
自己用的是
_root.onRollOver=function(){
_root.stop();
}
_root.onRollOut=function(){
_root.play();
}
但未成实现想要的效果。