Page 1 of 1

Pads Multilabels

Posted: 15 Dec 2011 23:39
by Psyk
How can i label each pad...? :)

ex. i have 16 pads (4x4), and i want to name each one different?

any additional tutorials on the Liine?

Thanx!

Re: Pads Multilabels

Posted: 19 Dec 2011 11:25
by mbncp
Make sure Multilable is checked (Properties), add a script, select On Load for the trigger, then use setattribute:

setattribute(obj, ' labels', {text, text,..'};

example:
setattribute(Pads, ' labels', {'I', 'can', 'see', 'for', 'miles', 'and', 'miles'});

Re: Pads Multilabels

Posted: 19 Dec 2011 21:43
by Psyk
Got it :)

Thank you!
Cheers