tnx i did it, but addChild(view) must be placed in EventListener of background loader so that background is placed first and then a view the error was because i put it in two independent listeners, and then background was loaded later and cover scene...
On 18 stu, 15:17, Peter Kapelyan <[email protected]> wrote: > A simple way is to add it before you add the view: > > addChild(myBackground); > addChild(myView); > -Peter > > On Wed, Nov 18, 2009 at 8:32 AM, dom <[email protected]> wrote: > > Please help! > > My scene is only one 3d collada model and I want to add a static > > background image under model. > > How to do that? > > Tnx > > -- > ___________________ > > Actionscript 3.0 Flash 3D Graphics Engine > > HTTP://AWAY3D.COM
