yes, because its a class variable
otherwise you would see

var object3d:Object3D

Fabrice
On Apr 16, 2009, at 12:51 PM, ieaiaio wrote:


no you did this

//the handle is now an Object3D, can be Mesh or ObjectContainer3D
        object3d = e.loader.handle;

// properties Object3D
        object3d.x = object3d.y = object3d.z = 0;

//accessing a child in a container
        object3D = (e.loader.handle as ObjectContainer3D).children[0];

the third one has a capital D

Reply via email to