diff options
author | Thomas O Fredericks <mrtof@users.sourceforge.net> | 2009-12-21 02:41:34 +0000 |
---|---|---|
committer | Thomas O Fredericks <mrtof@users.sourceforge.net> | 2009-12-21 02:41:34 +0000 |
commit | 0938d6083c39e11fc0458e4d70f4e936bce488b1 (patch) | |
tree | eb420047bf50ef0e21c4b863ee355233e79f2df5 /test/imagebang-help.pd | |
parent | 53aae6f1dc9497e94f384b1a7a38ca1876bba923 (diff) |
Added imagebang to tof/test
svn path=/trunk/externals/tof/; revision=12842
Diffstat (limited to 'test/imagebang-help.pd')
-rw-r--r-- | test/imagebang-help.pd | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/test/imagebang-help.pd b/test/imagebang-help.pd new file mode 100644 index 0000000..30341ef --- /dev/null +++ b/test/imagebang-help.pd @@ -0,0 +1,49 @@ +#N canvas 162 41 658 621 10; +#X obj 45 338 print; +#X text 27 17 tags: ui; +#X text 26 3 description: a bang with an image; +#X obj 45 152 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 +-1; +#X text 27 49 [imagebang] only works with gifs; +#X text 351 116 1) image for the normal state; +#X text 350 133 2) image for the clicked state; +#X text 350 150 3) send name; +#X text 351 165 4) receive name; +#X text 327 192 The first two arguments are required.; +#X text 314 97 Arguments:; +#X obj 45 177 tof/imagebang panda.gif pandb.gif \$0pandas \$0pandar +; +#X text 253 277 <- This [imagebang] was created with the following: +; +#X obj 204 129 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 +-1 -1; +#X obj 203 150 s \$0pandar; +#X obj 209 338 r \$0pandas; +#X obj 212 364 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 +-1 -1; +#X obj 42 436 tof/imagebang homea.gif homeb.gif \$0homes \$0homer; +#X obj 42 411 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 +-1; +#X obj 42 502 print; +#X obj 48 559 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 +-1; +#X obj 47 532 r \$0homes; +#X obj 122 408 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 +-1 -1; +#X obj 121 429 s \$0homer; +#X text 112 458 <- This [imagebang] was created with the following: +; +#X text 258 299 [tof/imagebang panda.gif pandb.gif \$0pandas \$0pandar] +; +#X text 118 480 [tof/imagebang homea.gif homeb.gif \$0homes \$0homer] +; +#X text 27 31 contact: mrtoftrash@gmail.com; +#X text 28 69 based on [image] by ggee and moonlib; +#X connect 3 0 11 0; +#X connect 11 0 0 0; +#X connect 13 0 14 0; +#X connect 15 0 16 0; +#X connect 17 0 19 0; +#X connect 18 0 17 0; +#X connect 21 0 20 0; +#X connect 22 0 23 0; |