this.attachMovie("c", "c1", 1, {_y:180, _x:-10,r:36}); this.c1.onEnterFrame = function(){ with(this)if(r--){ _rotation+=10; _x += (150-this._x)/5; } else delete onEnterFrame; }