[flashpro] flying!

Tracy Rice tracyrice at cox.net
Wed May 18 15:10:29 EDT 2005


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



More information about the FlashPro mailing list