im using v10 branch, ths is using flex SDK 4, and is telling me:

1105: Target of assignment must be a reference value.

This error means you are trying to assign a value to a value, and not
a value to a variable.

and well, Object3D(mesha) i think is not a variable.

anyway, im interested in reading more about that info u put, do u have
a blog or a place where i can research about how to use the references
in away3d components to see how do they work.

I cant google anything good on this so im kinda lost, and to be honest
is not my style to be asking so much, but i have a personal record of
post in the group asking this month :''(

anyway, i tried to make an Object:

private var objeto3D:Object3D=new Object3D();

and use it as
objeto3D(mesha) = temporaryRef.clone();

objeto3D.Object3D(mesha)= temporaryRef.clone();

mesha.Object3D()= temporaryRef.clone();

the last ones they are properties i think they dont get the value, so
where to shoot at now?
but got the same mistake

Reply via email to