Hey all,
So, I went through the tutorial on manipulating canvases. I have gotten most of the actions to work (They seem to use the message boxes with semicolons to do the work.)
The tutorial was here:
http://www.pd-tutorial.com/english/ch05s02.html
I have successfully used
|; CANVASNAME color $1 $2(
|; CANVASNAME label_pos $1 $2(
|; CANVASNAME label_font $1 $2(
|; CANVASNAME label NAME(
|; CANVASNAME size $1 (
and the rest. . . .
EXCEPT FOR !!
|; CANVASNAME get_pos(
|r CANVASNAME|
|
|unpack f f|
| |
number number
Any idea what I am doing wrong? I would like to be able to retrieve the location of a canvas. That is what I am trying to do.