Hi guys,
I want to make a form in Flash that has buttons etc on it and use it
in away3d.
I'm able to bring it into the scene:
mc = new FrameSwf() as MovieClip;
mc.addEventListener(MouseEvent.MOUSE_DOWN, onMouseDown);
ms = new MovieClipSprite(mc);
scene.addChild(ms);
But when I use trace(event.currentTarget.name) it only returns the
form itself and not any of the buttons on it.
I've tried also creating the buttons as new MovieClips but I find that
unless the imported MC has more than one frame I get a null error.
bc = new ButtonSwf() as MovieClip;
trace(bc); = NULL
Not sure if this is something I'm doing wrong or a bug.
I'm using branch 3.0.0
Hope someone can help
Cheers
D
--
To unsubscribe, reply using "remove me" as the subject.