Something like "this" when Scritping
Posted: 19 Mar 2017 09:27
Hi,
so when scripting something like:
I want to replace the name of the component (here GridButton56) with the name of the component the script is in, e. g.
Cheers,
Rob
so when scripting something like:
Code: Select all
setattribute(GridButton56, 'color', RGB(1, 1, 1));
Code: Select all
setattribute(this, 'color', RGB(1, 1, 1));
Rob