Hi there,
if i have a string called $objectName how can I use the X Y or Z components in my script
what i want to do is this kind of thing :
move $objectName.translateX $objectName.translateY $objectName.translateZ;
But thats not working, I'm unsure of the mechanism in general to access an objects attributes so any help is greatly appreciated.
best, jon