Prueba de nuevo, pero con este...:
on(rollOver){
this.onEnterFrame=function()
{this.nex tFrame();
if(this._currentFrame==11)
{delete this.onEnterFrame;}}}
on(rollOut){
this.onEnterFrame=function()
{this.prev Frame();
if(this._currentFrame==1){
delete this.onEnterFrame;}}}