THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 29/05/2010 at 10:26, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 11.5
Platform: Mac OSX ;
Language(s) : C.O.F.F.E.E ;
---------
I'm struggling with dot syntax... Could somebody give me some guidance as to what I'm doing wrong...?
I'm just trying to store the cube's X position.
main(doc,op)
{
var cube=doc->FindObject("Cube");
var cubeX = cube.x;
}