Hi all,
I've found (from other people's patches) that you can create an object on the fly by sending the patch where you want to create the object, the message [$1 obj 100 100 $2(
where $1 is the name of the patch and $2 the name of the object. You can even connect two objects by sending [$1 connect 0 0 1 0(, for example ($1 is again the name of the patch).
How can you destroy and object in a similar way? There's no method for 'destroy'...
Thanks