I'd do this...using delete onEnterFrame to stop. this.onEnterFrame = function(){ //Do stuff if(myCondition==100){ delete onEnterFrame; }else{ myCondition = myCondition +1; } } Tracy Rice