if (Key.isDown(Key.UP)){ this._rotation +=90; }
_root.onEnterFrame = function() { if (Key.isDown(Key.UP)){ Название клипа._rotation +=90; } }