var slower:int = 30; function enter_frame():void { if(cicle < 3 ) _obj.rotation += 30; if(_obj.rotation > 320 ) cicle++; if(cicle > 3 ) slower-- , _obj.rotation = _obj.rotation + slower; }