[Flashcoders] createChildAtDepth help needed

2006-02-24 Thread Nik Derewianka
Hi all, Im just trying to dynamically attach an mc onto the stage... i know newb stuff :P Movie has one mc on the stage with an instance name of display, attached to that mc is the following code: onClipEvent(load){ import mx.managers.DepthManager.*; display.createChildAtDepth(piccer,

Re: [Flashcoders] createChildAtDepth help needed

2006-02-24 Thread Michael Bedar
on the first frame on the root, put: _root.display.attachMovie(piccer,100) On Feb 24, 2006, at 10:34 PM, Nik Derewianka wrote: Hi all, Im just trying to dynamically attach an mc onto the stage... i know newb stuff :P Movie has one mc on the stage with an instance name of display,