From 9c28b4bb7d0bf90a6d0506ac7c2fd1fa13f1bca8 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 5 May 2006 06:54:46 +0000 Subject: minor tweaks svn path=/trunk/; revision=5047 --- doc/tutorials/networking/Attic/chat-client.pd | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'doc/tutorials/networking/Attic/chat-client.pd') diff --git a/doc/tutorials/networking/Attic/chat-client.pd b/doc/tutorials/networking/Attic/chat-client.pd index 1872534c..1607e626 100644 --- a/doc/tutorials/networking/Attic/chat-client.pd +++ b/doc/tutorials/networking/Attic/chat-client.pd @@ -1,10 +1,10 @@ -#N canvas 114 52 613 511 10; -#X obj 446 11 import maxlib cyclone; +#N canvas 257 22 610 553 10; +#X obj 413 12 import maxlib cyclone zexy; #X msg 130 295 disconnect; #X obj 108 323 netclient; #X obj 50 233 prepend send; -#X obj 108 377 prepend set; -#X obj 60 377 print; +#X obj 125 415 prepend set; +#X obj 136 356 print; #X obj 27 66 trigger bang bang; #X msg 27 88 clear; #X text 314 266 <-- first connect to the server; @@ -38,16 +38,20 @@ #X connect 11 0 9 0; #X connect 11 0 7 0; #X coords 0 -1 1 1 25 25 1 100 100; -#X restore 181 345 pd; +#X restore 191 345 pd; #X msg 108 266 connect pdbox.at.or.at 47292; #X msg 27 27 send; -#X obj 108 398 entry 300 100 grey90 black; +#X obj 125 436 entry 300 100 grey90 black; #X obj 49 121 entry 300 100 grey90 black; #X text 114 96 type your message in the box below \, and click send above; +#X obj 67 356 niagara 1; +#X text 68 437 message:; +#X symbolatom 67 398 25 0 0 0 sender: - -; +#X obj 67 377 symbol; #X connect 1 0 2 0; -#X connect 2 0 4 0; #X connect 2 0 5 0; +#X connect 2 0 16 0; #X connect 2 1 10 0; #X connect 3 0 2 0; #X connect 4 0 13 0; @@ -57,3 +61,6 @@ above; #X connect 11 0 2 0; #X connect 12 0 6 0; #X connect 14 0 3 0; +#X connect 16 0 19 0; +#X connect 16 1 4 0; +#X connect 19 0 18 0; -- cgit v1.2.1