1: Is the technique of setting object attributes via messages documented anywhere?(x2.html has most things, but I don't see this.)
2: Is there a list of all the standard objects, and the names of allattributes (methods) which are settable via messages?(A language specification or reference should have this)
the object properties dialog box:which corresponds to the little table that comes up in3: If I send the message [color $1( to an object, say a tgl,it seems to follow an index into a table (modulo 30)
<object color table.jpg>
So my last question is, can I rely on that table stayingthe same across all versions of PD? Will index 13 alwaysbe Red?
4: Can I change that table?
5: I would prefer to set an object's color via an RGB valueCan I do that?