Notifications
Clear all
[Closed] instance postion controller
Dec 12, 2009 2:28 pm
Hi, hopefully this is a real easy one. How can i instance the position controller of one object to another. I know how to do it by hand, but not with script.
$[1].pos.controller = copy $[2].pos.controller --this works but isn't a instance.
$[1].pos.controller = instance $[2].pos.controller -- this throws an error
thanks, David
2 Replies
1 Reply
Dec 12, 2009 2:28 pm
d’oh. I knew it was easy :-D. But i could have sworn i had tried that, too and got errors. But now it works fine.