Re: [Flashcoders] Beware of depth 9876

2006-03-27 Thread Eskil Janson
That is right, and you could add that he problem will disappear in AS3 with the new depth managing system. I still think it might be good to know that a Component Class occupies and erases clips in a specific depth in root. Thanks anyway /Eskil Michael Bedar skrev: In general it is a good

[Flashcoders] Beware of depth 9876

2006-03-24 Thread Eskil Janson
I suppose this has been discussed a few times already, but if not: When you use the Tween class, an Instance of the Class mx.transitions.OnEnterFrameBeacon is created if not already existing. In that Class the following line is executed: var mc = _root.createEmptyMovieClip

Re: [Flashcoders] Beware of depth 9876

2006-03-24 Thread Michael Stuhr
Eskil Janson schrieb: I suppose this has been discussed a few times already, but if not: hadn't heard of that, and i'm sure it wasn't already discussed on this list. thanks for the info. micha ___ Flashcoders@chattyfig.figleaf.com To change

Re: [Flashcoders] Beware of depth 9876

2006-03-24 Thread Michael Bedar
In general it is a good idea not to work on the root level for anything making movieclips... much better to create a container clip first on root and play in that. On Mar 24, 2006, at 2:53 PM, Eskil Janson wrote: I suppose this has been discussed a few times already, but if not: When