hey…
just wondering how you put something so it is always in front of everything else, even if new movieclips are created durign they playing of the movie
tried something like
onClipEvent (enterFrame) {
_parent.shieldtext.swapDepths(2000);
_parent.shields.swapDepths(2001);
_parent.barsurr.swapDepths(2002);
}
but it dident do jack
(the clip that is being duplicated is below the thing i want to be always on top in the timeline)