Notifications
Clear all

[Closed] newb script controller question

when using a script controller,
how do i refer to the object which is owner of the controller?

I mean like “$” which is referring to the selected object.
i guess that is an easy one but I just can’t figure it out!:shrug:

2 Replies

Check Paul Neales tutorial at http://www.paulneale.com/tutorials/CAsThisScriptCon.htm , it pretty much does exactly what you want.

thanks for the link!
up to now I haven’t really understood how it works
but I guess i just have to take closer look to it.