版主的贴子:
createEmptyMovieClip("loader",3);
loader.onenterframe=function(){if(_root.mc._width<>0){_root.mc.enableDrag=true};
然后
你可以这样
_root.mc.onPress = function() {if(this.enableDrag) this.startDrag();};
_root.mc.onRelease = function() {if(this.enableDrag) this.stopDrag();};
////////////////////
enableDrag?? 我的flash mx 只有 enabled
还有先前的
debugTrace 也没有,只有 Trace
我的是 r25 是个什么版本呀?昏……