_root.oEnterFrame = function(){ if(_root.muv.hitTest(_xmouse,_ymouse,true)){ if(Key.onDown(1)){ gotoAdnStop(2); } } }