RE: [Flashcoders] Help with swapdepths

2006-04-12 Thread Steven Sacks
he movieclip's parent. this._parent.getNextHighestDepth(); HTH, Steven > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Gaia-Tek > Sent: Wednesday, April 12, 2006 3:02 AM > To: Flashcoders mailing list > Subject: [

Re: [Flashcoders] Help with swapdepths

2006-04-12 Thread Gaia-Tek
I'll try it, thanks a lot... GregoryN wrote: Maybe you should try: this.swapDepths(this._parent.getNextHighestDepth()); OR this.swapDepths(_root.getNextHighestDepth()); instead of this.swapDepths(this.getNextHighestDepth()); ? ___ Flas

Re: [Flashcoders] Help with swapdepths

2006-04-12 Thread GregoryN
Maybe you should try: this.swapDepths(this._parent.getNextHighestDepth()); OR this.swapDepths(_root.getNextHighestDepth()); instead of this.swapDepths(this.getNextHighestDepth()); ? -- Best regards, GregoryN http://GOusable.com F

[Flashcoders] Help with swapdepths

2006-04-12 Thread Gaia-Tek
Hi Group, I'm having a problem with a seemingly simple task... I'm trying to get whichever movieclip on my stage is clicked on, to swapDepths to the top, and be draggable... My code is: on (press) { this.swapDepths(this.getNextHighestDepth()); startDrag(this); } on (release) { stopD