All pastes #2064746 Raw Edit

Something

public text v1 · immutable
#2064746 ·published 2011-05-19 14:55 UTC
rendered paste body
stage.addEventListener(Event.ENTER_FRAME, myFunction);

 

function myFunction(e:Event):void {

 

if(myMc.visible == true){

 

                Mouse.hide();

 

} else {

 

                Mouse.show();

 

}

 

}