stage.addEventListener(MouseEvent.MOUSE_MOVE, rotate); public function rotate(event:MouseEvent = null):void { trace('blabla');}
rotate();