I can't get the X coord value of an object group. Is it possible?
I have 2 images -a tire and a body- forming a car, they are grouped
like this;
I get an error "the Specified object doesn't exist" when I do this;
Thanks in advance.
I have 2 images -a tire and a body- forming a car, they are grouped
like this;
this\car = HUD_CreateGroup() HUD_AddToGroup( this\body, this\car ) HUD_AddToGroup( this\tire, this\car )
I get an error "the Specified object doesn't exist" when I do this;
this\x = HUD_GetObjectX( this\car )
Thanks in advance.