<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: Selecting objects in a LOCKED patcher</title>
		<atom:link href="http://cycling74.com/forums/topic/selecting-objects-in-a-locked-patcher/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/selecting-objects-in-a-locked-patcher/feed</link>
		<description></description>
		<pubDate>Mon, 17 Jun 2013 23:38:47 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/selecting-objects-in-a-locked-patcher/#post-31461</guid>
					<title><![CDATA[Selecting objects in a LOCKED patcher]]></title>
					<link>http://cycling74.com/forums/topic/selecting-objects-in-a-locked-patcher/#post-31461</link>
					<pubDate>Thu, 19 Apr 2007 07:51:45 +0000</pubDate>
					<dc:creator>Gary Lee Nelson</dc:creator>

					<description>
						<![CDATA[
						<p>I posted this to the javascript list but there isn&#8217;t much traffic there at<br />
the moment. I&#8217;ve worked through the examples and tutorials but now find I<br />
need some more examples.</p>
<p>In short, I need to know the javascript method for point-in-rect.</p>
<p>More specifically, I would like to click while depressing shift or some<br />
other modifier that does not have a meaning in a locked patcher and have a<br />
javascript report the name, type and rect of the object located at the mouse<br />
click.  I have kludged this with the output of patchdescribe-example.pat and<br />
a very messy max patch.  I am sure there is a simple javascript way of doing<br />
this.</p>
<p>The input would be the coordinates of the mouse click when the modifier key<br />
is depressed.  Java would search all of the objects and report info on the<br />
first one it finds whose rectangle includes the point at the mouse click or<br />
a bang if it searches the entire list without finding an object.</p>
<p>Cheers<br />
Gary Lee Nelson<br />
Oberlin College<br />
<a href="http://www.timara.oberlin.edu/GaryLeeNelson" rel="nofollow">http://www.timara.oberlin.edu/GaryLeeNelson</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/selecting-objects-in-a-locked-patcher/#post-102396</guid>
					<title><![CDATA[Re: Selecting objects in a LOCKED patcher]]></title>
					<link>http://cycling74.com/forums/topic/selecting-objects-in-a-locked-patcher/#post-102396</link>
					<pubDate>Thu, 19 Apr 2007 13:36:10 +0000</pubDate>
					<dc:creator>Mattijs</dc:creator>

					<description>
						<![CDATA[
						<p>Have a look at this patch that Jeremy recently posted:</p>
<p><a href="http://www.cycling74.com/forums/index.php?t=msg&#038;rid=3579&#038;S=3a6b246e17cf520fbcd95a72064f0c72&#038;th=25545&#038;goto=100865#msg_100878" rel="nofollow">http://www.cycling74.com/forums/index.php?t=msg&#038;rid=3579&#038;S=3a6b246e17cf520fbcd95a72064f0c72&#038;th=25545&#038;goto=100865#msg_100878</a></p>
<p>Cheers,<br />
Mattijs</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/selecting-objects-in-a-locked-patcher/#post-102397</guid>
					<title><![CDATA[Re: Selecting objects in a LOCKED patcher]]></title>
					<link>http://cycling74.com/forums/topic/selecting-objects-in-a-locked-patcher/#post-102397</link>
					<pubDate>Sat, 21 Apr 2007 12:53:08 +0000</pubDate>
					<dc:creator>jasch</dc:creator>

					<description>
						<![CDATA[
						<p>try this&#8230;</p>
<p>hth</p>
<p>/*j</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 305 190 15 0;<br />
#P outlet 217 191 15 0;<br />
#P inlet 211 92 15 0;<br />
#P pop;<br />
#P newobj 253 126 56 196617 p message;<br />
#P objectname amessage[16];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 220 183 15 0;<br />
#P inlet 219 105 15 0;<br />
#P pop;<br />
#P newobj 269 109 37 196617 p text;<br />
#P objectname sometext[16];<br />
#P button 253 109 15 0;<br />
#P objectname abutton[16];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 305 190 15 0;<br />
#P outlet 217 191 15 0;<br />
#P inlet 211 92 15 0;<br />
#P pop;<br />
#P newobj 252 83 56 196617 p message;<br />
#P objectname amessage[17];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 220 183 15 0;<br />
#P inlet 219 105 15 0;<br />
#P pop;<br />
#P newobj 268 66 37 196617 p text;<br />
#P objectname sometext[17];<br />
#P button 252 66 15 0;<br />
#P objectname abutton[17];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 305 190 15 0;<br />
#P outlet 217 191 15 0;<br />
#P inlet 211 92 15 0;<br />
#P pop;<br />
#P newobj 253 213 56 196617 p message;<br />
#P objectname amessage[18];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 220 183 15 0;<br />
#P inlet 219 105 15 0;<br />
#P pop;<br />
#P newobj 269 196 37 196617 p text;<br />
#P objectname sometext[18];<br />
#P button 253 196 15 0;<br />
#P objectname abutton[18];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 305 190 15 0;<br />
#P outlet 217 191 15 0;<br />
#P inlet 211 92 15 0;<br />
#P pop;<br />
#P newobj 252 172 56 196617 p message;<br />
#P objectname amessage[19];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 220 183 15 0;<br />
#P inlet 219 105 15 0;<br />
#P pop;<br />
#P newobj 268 155 37 196617 p text;<br />
#P objectname sometext[19];<br />
#P button 252 155 15 0;<br />
#P objectname abutton[19];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 305 190 15 0;<br />
#P outlet 217 191 15 0;<br />
#P inlet 211 92 15 0;<br />
#P pop;<br />
#P newobj 253 258 56 196617 p message;<br />
#P objectname amessage[20];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 220 183 15 0;<br />
#P inlet 219 105 15 0;<br />
#P pop;<br />
#P newobj 269 242 37 196617 p text;<br />
#P objectname sometext[20];<br />
#P button 253 242 15 0;<br />
#P objectname abutton[20];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 305 190 15 0;<br />
#P outlet 217 191 15 0;<br />
#P inlet 211 92 15 0;<br />
#P pop;<br />
#P newobj 178 126 56 196617 p message;<br />
#P objectname amessage[11];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 220 183 15 0;<br />
#P inlet 219 105 15 0;<br />
#P pop;<br />
#P newobj 194 109 37 196617 p text;<br />
#P objectname sometext[11];<br />
#P button 178 109 15 0;<br />
#P objectname abutton[11];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 305 190 15 0;<br />
#P outlet 217 191 15 0;<br />
#P inlet 211 92 15 0;<br />
#P pop;<br />
#P newobj 178 83 56 196617 p message;<br />
#P objectname amessage[12];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 220 183 15 0;<br />
#P inlet 219 105 15 0;<br />
#P pop;<br />
#P newobj 194 66 37 196617 p text;<br />
#P objectname sometext[12];<br />
#P button 178 66 15 0;<br />
#P objectname abutton[12];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 305 190 15 0;<br />
#P outlet 217 191 15 0;<br />
#P inlet 211 92 15 0;<br />
#P pop;<br />
#P newobj 179 213 56 196617 p message;<br />
#P objectname amessage[13];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 220 183 15 0;<br />
#P inlet 219 105 15 0;<br />
#P pop;<br />
#P newobj 195 196 37 196617 p text;<br />
#P objectname sometext[13];<br />
#P button 179 196 15 0;<br />
#P objectname abutton[13];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 305 190 15 0;<br />
#P outlet 217 191 15 0;<br />
#P inlet 211 92 15 0;<br />
#P pop;<br />
#P newobj 180 172 56 196617 p message;<br />
#P objectname amessage[14];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 220 183 15 0;<br />
#P inlet 219 105 15 0;<br />
#P pop;<br />
#P newobj 196 155 37 196617 p text;<br />
#P objectname sometext[14];<br />
#P button 180 155 15 0;<br />
#P objectname abutton[14];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 305 190 15 0;<br />
#P outlet 217 191 15 0;<br />
#P inlet 211 92 15 0;<br />
#P pop;<br />
#P newobj 181 261 56 196617 p message;<br />
#P objectname amessage[15];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 220 183 15 0;<br />
#P inlet 219 105 15 0;<br />
#P pop;<br />
#P newobj 197 245 37 196617 p text;<br />
#P objectname sometext[15];<br />
#P button 181 245 15 0;<br />
#P objectname abutton[15];<br />
#N vpatcher 10 59 610 459;<br />
#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 0;<br />
#P newex 123 69 30 196617 t b s;<br />
#P window linecount 1;<br />
#P newex 143 239 64 196617 fromsymbol;<br />
#P newex 143 216 40 196617 itoa;<br />
#P newex 143 117 47 196617 zl iter 1;<br />
#P newex 143 138 60 196617 split 48 57;<br />
#P window linecount 0;<br />
#P newex 143 93 40 196617 atoi;<br />
#P outlet 143 299 15 0;<br />
#P inlet 123 34 15 0;<br />
#P window linecount 1;<br />
#P newex 143 192 46 196617 zl group;<br />
#P connect 1 0 8 0;<br />
#P connect 8 1 3 0;<br />
#P connect 3 0 5 0;<br />
#P connect 5 0 4 0;<br />
#P fasten 8 0 0 0 128 174;<br />
#P connect 4 0 0 0;<br />
#P connect 0 0 6 0;<br />
#P connect 6 0 7 0;<br />
#P connect 7 0 2 0;<br />
#P pop;<br />
#P newobj 538 406 96 196617 p extract_numbers;<br />
#P newex 627 507 48 196617 loadbang;<br />
#P newex 582 183 32 196617 sel 0;<br />
#P newex 523 214 40 196617 t l l l;<br />
#P newex 538 243 54 196617 onebang 1;<br />
#P newex 497 83 52 196617 metro 50;<br />
#P toggle 624 180 15 0;<br />
#P toggle 624 142 15 0;<br />
#P toggle 642 142 15 0;<br />
#P message 632 83 61 196617 interval 50;<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 305 190 15 0;<br />
#P outlet 217 191 15 0;<br />
#P inlet 211 92 15 0;<br />
#P pop;<br />
#P newobj 112 126 56 196617 p message;<br />
#P objectname amessage[6];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 220 183 15 0;<br />
#P inlet 219 105 15 0;<br />
#P pop;<br />
#P newobj 128 109 37 196617 p text;<br />
#P objectname sometext[6];<br />
#P button 112 109 15 0;<br />
#P objectname abutton[6];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 305 190 15 0;<br />
#P outlet 217 191 15 0;<br />
#P inlet 211 92 15 0;<br />
#P pop;<br />
#P newobj 111 83 56 196617 p message;<br />
#P objectname amessage[7];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 220 183 15 0;<br />
#P inlet 219 105 15 0;<br />
#P pop;<br />
#P newobj 127 66 37 196617 p text;<br />
#P objectname sometext[7];<br />
#P button 111 66 15 0;<br />
#P objectname abutton[7];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 305 190 15 0;<br />
#P outlet 217 191 15 0;<br />
#P inlet 211 92 15 0;<br />
#P pop;<br />
#P newobj 112 213 56 196617 p message;<br />
#P objectname amessage[8];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 220 183 15 0;<br />
#P inlet 219 105 15 0;<br />
#P pop;<br />
#P newobj 128 196 37 196617 p text;<br />
#P objectname sometext[8];<br />
#P button 112 196 15 0;<br />
#P objectname abutton[8];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 305 190 15 0;<br />
#P outlet 217 191 15 0;<br />
#P inlet 211 92 15 0;<br />
#P pop;<br />
#P newobj 40 260 56 196617 p message;<br />
#P objectname amessage[9];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 220 183 15 0;<br />
#P inlet 219 105 15 0;<br />
#P pop;<br />
#P newobj 56 243 37 196617 p text;<br />
#P objectname sometext[9];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 305 190 15 0;<br />
#P outlet 217 191 15 0;<br />
#P inlet 211 92 15 0;<br />
#P pop;<br />
#P newobj 111 172 56 196617 p message;<br />
#P objectname amessage[10];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 220 183 15 0;<br />
#P inlet 219 105 15 0;<br />
#P pop;<br />
#P newobj 127 155 37 196617 p text;<br />
#P objectname sometext[10];<br />
#P button 40 243 15 0;<br />
#P objectname abutton[9];<br />
#P button 111 155 15 0;<br />
#P objectname abutton[10];<br />
#P newex 538 471 62 196617 prepend set;<br />
#P window linecount 2;<br />
#P comment 140 441 204 196617 i&#8217;m using my [posit] external to obtain  <br />
all namedobjects in a patch and this works;<br />
#P window linecount 1;<br />
#P newex 538 383 44 196617 zl nth 2;<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 305 190 15 0;<br />
#P outlet 217 191 15 0;<br />
#P inlet 211 92 15 0;<br />
#P pop;<br />
#P newobj 41 126 56 196617 p message;<br />
#P objectname amessage[5];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 220 183 15 0;<br />
#P inlet 219 105 15 0;<br />
#P pop;<br />
#P newobj 57 109 37 196617 p text;<br />
#P objectname sometext[5];<br />
#P button 41 109 15 0;<br />
#P objectname abutton[5];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 305 190 15 0;<br />
#P outlet 217 191 15 0;<br />
#P inlet 211 92 15 0;<br />
#P pop;<br />
#P newobj 40 83 56 196617 p message;<br />
#P objectname amessage[4];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 220 183 15 0;<br />
#P inlet 219 105 15 0;<br />
#P pop;<br />
#P newobj 56 66 37 196617 p text;<br />
#P objectname sometext[4];<br />
#P button 40 66 15 0;<br />
#P objectname abutton[4];<br />
#P newex 538 265 56 196617 t names b;<br />
#P newex 538 361 100 196617 zl reg;<br />
#P newex 538 338 32 196617 sel 1;<br />
#N vpatcher 718 101 1318 501;<br />
#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P newex 104 66 100 196617 unpack s s 0 0 0 0 s;<br />
#P newex 204 192 27 196617 &#038;&#038;;<br />
#P newex 120 239 27 196617 &#038;&#038;;<br />
#P newex 120 192 27 196617 &#038;&#038;;<br />
#P newex 267 88 58 196617 unpack 0 0;<br />
#P newex 148 158 27 196617 >;<br />
#P newex 232 159 27 196617 >;<br />
#P newex 204 159 27 196617 < ;<br />
#P newex 120 158 27 196617 < ;<br />
#P inlet 267 43 15 0;<br />
#P outlet 120 310 15 0;<br />
#P inlet 104 35 15 0;<br />
#P connect 0 0 11 0;<br />
#P connect 11 2 3 0;<br />
#P connect 3 0 8 0;<br />
#P connect 8 0 9 0;<br />
#P connect 9 0 1 0;<br />
#P connect 7 0 3 1;<br />
#P connect 6 0 8 1;<br />
#P connect 10 0 9 1;<br />
#P connect 11 4 6 0;<br />
#P connect 7 0 6 1;<br />
#P connect 11 3 4 0;<br />
#P connect 4 0 10 0;<br />
#P connect 7 1 4 1;<br />
#P connect 5 0 10 1;<br />
#P connect 11 5 5 0;<br />
#P connect 7 1 5 1;<br />
#P connect 2 0 7 0;<br />
#P pop;<br />
#P newobj 538 314 56 196617 p compare;<br />
#P newex 538 288 40 196617 posit;<br />
#P newex 584 288 36 196617 zl reg;<br />
#P newex 523 494 62 196617 prepend set;<br />
#P newex 500 645 209 196617 sprintf script move amessage[%ld] %ld %ld;<br />
#P newex 494 581 208 196617 sprintf script move sometext[%ld] %ld %ld;<br />
#P newex 479 671 199 196617 sprintf script move abutton[%ld] %ld %ld;<br />
#P window setfont &#8220;Sans Serif&#8221; 24.;<br />
#P number 538 430 96 24 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 305 190 15 0;<br />
#P outlet 217 191 15 0;<br />
#P inlet 211 92 15 0;<br />
#P pop;<br />
#P newobj 37 172 56 196617 p message;<br />
#P objectname amessage[3];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 220 183 15 0;<br />
#P inlet 219 105 15 0;<br />
#P pop;<br />
#P newobj 53 155 37 196617 p text;<br />
#P objectname sometext[3];<br />
#P button 37 155 15 0;<br />
#P objectname abutton[3];<br />
#P newex 624 160 27 196617 &#038;&#038;;<br />
#P newex 613 114 66 196617 modifiers;<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 305 190 15 0;<br />
#P outlet 217 191 15 0;<br />
#P inlet 211 92 15 0;<br />
#P pop;<br />
#P newobj 111 260 56 196617 p message;<br />
#P objectname amessage[2];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 220 183 15 0;<br />
#P inlet 219 105 15 0;<br />
#P pop;<br />
#P newobj 127 243 37 196617 p text;<br />
#P objectname sometext[2];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 305 190 15 0;<br />
#P outlet 217 191 15 0;<br />
#P inlet 211 92 15 0;<br />
#P pop;<br />
#P newobj 39 213 56 196617 p message;<br />
#P objectname amessage[1];<br />
#N vpatcher 20 74 620 474;<br />
#P outlet 220 183 15 0;<br />
#P inlet 219 105 15 0;<br />
#P pop;<br />
#P newobj 55 196 37 196617 p text;<br />
#P objectname sometext[1];<br />
#P button 39 196 15 0;<br />
#P objectname abutton[1];<br />
#P newex 632 43 48 196617 loadbang;<br />
#P message 567 605 40 196617 0 0 16;<br />
#P newex 501 625 76 196617 vexpr $i1+$i2;<br />
#P message 560 540 40 196617 0 16 0;<br />
#P newex 494 560 76 196617 vexpr $i1+$i2;<br />
#P message 560 83 42 196617 mode 1;<br />
#P newex 523 163 48 196617 pack 0 0;<br />
#P newex 479 517 54 196617 gate;<br />
#P newex 497 114 114 196617 mousestate;<br />
#B color 5;<br />
#N thispatcher;<br />
#Q end;<br />
#P newobj 479 709 61 196617 thispatcher;<br />
#P button 111 243 15 0;<br />
#P objectname abutton[2];<br />
#P window linecount 2;<br />
#P comment 140 412 258 196617 for some reason the patchdescribe  <br />
javascript gives me errors after having moved some objects by scripting;<br />
#P connect 20 0 21 0;<br />
#P connect 19 0 21 0;<br />
#P connect 13 0 14 0;<br />
#P connect 12 0 14 0;<br />
#P connect 33 0 35 0;<br />
#P connect 34 0 35 0;<br />
#P connect 43 0 47 0;<br />
#P connect 46 0 47 0;<br />
#P connect 37 0 38 0;<br />
#P connect 36 0 38 0;<br />
#P connect 21 1 20 0;<br />
#P connect 14 1 13 0;<br />
#P connect 35 1 34 0;<br />
#P connect 47 1 46 0;<br />
#P connect 38 1 37 0;<br />
#P connect 52 0 53 0;<br />
#P connect 51 0 53 0;<br />
#P connect 42 0 45 0;<br />
#P connect 44 0 45 0;<br />
#P connect 15 0 16 0;<br />
#P connect 1 0 16 0;<br />
#P connect 54 0 56 0;<br />
#P connect 55 0 56 0;<br />
#P connect 48 0 50 0;<br />
#P connect 49 0 50 0;<br />
#P connect 53 1 52 0;<br />
#P connect 45 1 44 0;<br />
#P connect 16 1 15 0;<br />
#P connect 56 1 55 0;<br />
#P connect 50 1 49 0;<br />
#P connect 76 0 78 0;<br />
#P connect 77 0 78 0;<br />
#P connect 80 0 81 0;<br />
#P connect 79 0 81 0;<br />
#P connect 74 0 75 0;<br />
#P connect 73 0 75 0;<br />
#P connect 71 0 72 0;<br />
#P connect 70 0 72 0;<br />
#P connect 67 0 69 0;<br />
#P connect 68 0 69 0;<br />
#P connect 78 1 77 0;<br />
#P connect 81 1 80 0;<br />
#P connect 75 1 74 0;<br />
#P connect 72 1 71 0;<br />
#P connect 69 1 68 0;<br />
#P connect 92 0 93 0;<br />
#P connect 91 0 93 0;<br />
#P connect 85 0 87 0;<br />
#P connect 86 0 87 0;<br />
#P connect 94 0 96 0;<br />
#P connect 95 0 96 0;<br />
#P connect 88 0 90 0;<br />
#P connect 89 0 90 0;<br />
#P connect 83 0 84 0;<br />
#P connect 82 0 84 0;<br />
#P connect 93 1 92 0;<br />
#P connect 87 1 86 0;<br />
#P connect 96 1 95 0;<br />
#P connect 90 1 89 0;<br />
#P connect 84 1 83 0;<br />
#P fasten 60 0 4 0 629 203 484 203;<br />
#P connect 4 0 23 0;<br />
#P connect 23 0 2 0;<br />
#P connect 24 0 2 0;<br />
#P connect 25 0 2 0;<br />
#P connect 4 0 7 0;<br />
#P connect 7 0 24 0;<br />
#P fasten 60 0 61 0 629 203 618 203 618 74 502 74;<br />
#P connect 61 0 3 0;<br />
#P connect 6 0 3 0;<br />
#P connect 9 0 25 0;<br />
#P connect 4 0 9 0;<br />
#P connect 3 1 5 0;<br />
#P connect 5 0 63 0;<br />
#P fasten 63 0 26 0 528 234 528 234;<br />
#P connect 41 0 26 0;<br />
#P connect 26 0 4 1;<br />
#P connect 63 1 62 0;<br />
#P connect 62 0 32 0;<br />
#P connect 32 0 28 0;<br />
#P connect 28 0 29 0;<br />
#P connect 29 0 30 0;<br />
#P fasten 30 0 31 0 543 355;<br />
#P connect 31 0 39 0;<br />
#P connect 39 0 66 0;<br />
#P fasten 66 0 22 0 543 431 543 431;<br />
#P connect 22 0 41 0;<br />
#P connect 11 0 6 0;<br />
#P connect 65 0 8 0;<br />
#P connect 8 0 7 1;<br />
#P connect 3 2 5 1;<br />
#P connect 65 0 10 0;<br />
#P connect 10 0 9 1;<br />
#P connect 59 0 64 0;<br />
#P connect 64 0 62 1;<br />
#P connect 32 1 27 0;<br />
#P connect 27 0 29 1;<br />
#P fasten 63 2 27 1 558 238 615 238;<br />
#P connect 57 0 17 0;<br />
#P connect 3 0 59 0;<br />
#P connect 59 0 18 0;<br />
#P connect 18 0 60 0;<br />
#P fasten 28 0 31 1 543 308 633 308;<br />
#P connect 11 0 57 0;<br />
#P connect 58 0 18 1;<br />
#P connect 17 3 58 0;<br />
#P window clipboard copycount 97;</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

