Hi....
This will speed it up gradually......(this._rotation + = i;)
code:
i = 0;
_root.mc.onEnterFrame = function() {
i++;
this._rotation + = i;
};