Hey William your problem got me thinking about a solution, so i've uploaded a patch to the svn trunk that now deals with your situation correctly
you can now set a property 'screenZ' on the rendersession that will override any z-depth set by the containing objects. so for a rendersession to be pushed to the back of the view, you need to set a large positive value eg: mySession.screenZ = 10000; and that will ensure the session stays at the back. hth! Rob On Wed, Feb 18, 2009 at 2:28 PM, [email protected] < [email protected]> wrote: > > Rob<< > > Thanks :) > > I will try your method. Seem it can got what i want. > > > Fab<< > > I do agree it is a method if apply to the example. > > But, other then reflection. I need to do some more operation on the > the layer. So, i need the object to render in the same layer. > > Anyway. Many thanks. : ) -- Rob Bateman Flash Development & Consultancy [email protected] www.infiniteturtles.co.uk www.away3d.com
