Have a MC in your library set for export named "HUDCLIP", than after you
addChild(view), say something like:

var myhud = new HUDCLIP();
addChild(myhud);

or if it's already on the stage named "hud" you can make it appear on top
like this:

var topPosition:uint = this.numChildren -1;
this.setChildIndex(hud, topPosition);

Hope it makes sense
-Pete

On Mon, Apr 6, 2009 at 3:02 PM, caydieu <thai...@gmail.com> wrote:

>
> Hi guys,
> This is prolly a noob question but I'm trying to add a 2D movie clip
> on top of my 3D render but to no avail. Could someone write up a quick
> example of how to load a movie clip and have it displayed on the
> stage. I tried using hud, load, movieClipSprite, but I guess I've been
> doing it wrong. Please help, and thank you in advance.




-- 
___________________

Actionscript 3.0 Flash 3D Graphics Engine

HTTP://AWAY3D.COM

Reply via email to