From fea0da5d98595444a37486a1a7fe6bfebf7c8942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Vehvil=C3=A4inen?= Date: Mon, 4 Nov 2002 20:49:31 +0000 Subject: nice bitmap svn path=/trunk/Framestein/; revision=201 --- Patches/04-03.example-draganddrop.pd | 7 +++++-- dropfile.bmp | Bin 0 -> 76088 bytes 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 dropfile.bmp diff --git a/Patches/04-03.example-draganddrop.pd b/Patches/04-03.example-draganddrop.pd index 8dfb923..a1253fb 100644 --- a/Patches/04-03.example-draganddrop.pd +++ b/Patches/04-03.example-draganddrop.pd @@ -1,4 +1,4 @@ -#N canvas 323 36 593 434 12; +#N canvas 323 36 595 436 12; #X obj 15 37 fs.main; #X msg 66 12 reset; #X obj 38 234 fs.event; @@ -10,12 +10,15 @@ #X msg 15 12 6001; #X text 18 95 Using fs.frame and fs.event to provide drag & drop:; #X obj 38 185 fs.framed draganddrop 352+233; -#X msg 50 387 drop a file..; +#X msg 50 387 ; +#X msg 120 150 dropfile.bmp; #X connect 1 0 0 1; #X connect 2 0 3 0; #X connect 3 0 10 0; #X connect 4 0 9 0; +#X connect 4 0 11 0; #X connect 5 0 9 0; #X connect 7 0 0 0; #X connect 7 0 1 0; #X connect 9 0 2 0; +#X connect 11 0 9 0; diff --git a/dropfile.bmp b/dropfile.bmp new file mode 100644 index 0000000..6f36e3f Binary files /dev/null and b/dropfile.bmp differ -- cgit v1.2.1