You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pd-struct-workshop/A30-simple_graphic+variable...

22 lines
679 B
Plaintext

#N canvas 588 449 613 507 10;
#X obj 241 245 pointer;
#X msg 348 430 \; pd-score clear;
#N canvas 1111 29 701 317 score 1;
#X restore 52 54 pd score;
#X msg 241 225 traverse pd-score \, bang;
#X text 119 53 <- click to open;
#X obj 51 109 struct T1 float x float y float i float j;
#X obj 49 141 drawpolygon 0 2 0 0 100 100 0 i j 0 0 0;
#X msg 58 279 100 100 100 100;
#X msg 79 303 200 100 100 100;
#X msg 100 325 300 100 100 100;
#X obj 58 350 append T1 x y i j;
#X text 354 138 <- i and j added;
#X text 362 111 <- more variables i and j;
#X text 198 351 <- i and j added;
#X connect 0 0 10 4;
#X connect 3 0 0 0;
#X connect 7 0 10 0;
#X connect 8 0 10 0;
#X connect 9 0 10 0;