This content has been marked as final.
Show 3 replies
-
1. Re: AS2 adjustment
kglad Jul 2, 2009 11:11 AM (in response to zm15)for(var i:Number = 1; i<=3; i++){
this["btn"+String(i)].onRollOut = bringToFront;
}function bringToFront():Void{
this.swapDepths(this._parent.getNextHighestDepth());
} -
-


