Here is a neat little function:
public function removeMovieClip(Void):Void{
var a = this.getDepth(), b = 1048575, c = 0;
this.swapDepths(a>b?b:a<c?c:a);
super.removeMovieClip();
}
M.
On 2/8/06, Tyler Wright <[EMAIL PROTECTED]> wrote:
>
> > The range of depths that you can't removeMovieClip() in is between 0 -
> > 1048575 ...
>
>
>
> excuse me, that you can't removeMovieClip() outside of... if
> your MovieClip
> is outside of that range, removeMovieClip() doesn't work. Everything else,
> however, behaves as normal.
>
> Tyler
> _______________________________________________
> Flashcoders mailing list
> [email protected]
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders