<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Creation of a game like String Avoider tutorial</title>
	<atom:link href="http://www.emanueleferonato.com/2007/07/12/creation-of-a-game-like-string-avoider-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emanueleferonato.com/2007/07/12/creation-of-a-game-like-string-avoider-tutorial/</link>
	<description>italian geek and PROgrammer</description>
	<lastBuildDate>Sun, 14 Mar 2010 14:04:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Creation of a game like String Avoider &#124; Tutorial Collection</title>
		<link>http://www.emanueleferonato.com/2007/07/12/creation-of-a-game-like-string-avoider-tutorial/comment-page-1/#comment-468000</link>
		<dc:creator>Creation of a game like String Avoider &#124; Tutorial Collection</dc:creator>
		<pubDate>Thu, 02 Jul 2009 01:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/07/12/creation-of-a-game-like-string-avoider-tutorial/#comment-468000</guid>
		<description>[...] View Tutorial     No Comment  var addthis_pub=&quot;izwan00&quot;; BOOKMARK        This entry was posted on Thursday, July 2nd, 2009 at 6:44 am and is filed under Adobe Flash Tutorials. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site. [...]</description>
		<content:encoded><![CDATA[<p>[...] View Tutorial     No Comment  var addthis_pub=&quot;izwan00&quot;; BOOKMARK        This entry was posted on Thursday, July 2nd, 2009 at 6:44 am and is filed under Adobe Flash Tutorials. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gustav</title>
		<link>http://www.emanueleferonato.com/2007/07/12/creation-of-a-game-like-string-avoider-tutorial/comment-page-1/#comment-374356</link>
		<dc:creator>Gustav</dc:creator>
		<pubDate>Sun, 18 Jan 2009 00:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/07/12/creation-of-a-game-like-string-avoider-tutorial/#comment-374356</guid>
		<description>I&#039;m so sorry if this comment is a bit late but there was one thing, it&#039;s my own personal project but, how do you place the &#039;&#039;string&#039;&#039; behind the head? It&#039;s bugging my brain. Please respond if you have time. :)</description>
		<content:encoded><![CDATA[<p>I&#8217;m so sorry if this comment is a bit late but there was one thing, it&#8217;s my own personal project but, how do you place the &#8216;&#8217;string&#8221; behind the head? It&#8217;s bugging my brain. Please respond if you have time. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://www.emanueleferonato.com/2007/07/12/creation-of-a-game-like-string-avoider-tutorial/comment-page-1/#comment-280388</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Fri, 19 Sep 2008 11:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/07/12/creation-of-a-game-like-string-avoider-tutorial/#comment-280388</guid>
		<description>Does someone know how to convert this code to AS3?? I&#039;m struggling with it for the whole week now but can&#039;t get a clue out of it! please help!</description>
		<content:encoded><![CDATA[<p>Does someone know how to convert this code to AS3?? I&#8217;m struggling with it for the whole week now but can&#8217;t get a clue out of it! please help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.emanueleferonato.com/2007/07/12/creation-of-a-game-like-string-avoider-tutorial/comment-page-1/#comment-253802</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Sun, 17 Aug 2008 20:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/07/12/creation-of-a-game-like-string-avoider-tutorial/#comment-253802</guid>
		<description>hey I put it all in and got a problem with the actionscript for the wall this is what it says

Scene=Scene 1, Layer=Layer 1, Frame=1: Line 1: Statement must appear within on/onClipEvent handler
     tail_len = 2;

Scene=Scene 1, Layer=Layer 1, Frame=1: Line 2: Statement must appear within on/onClipEvent handler
     tail_nodes = 100;

Scene=Scene 1, Layer=Layer 1, Frame=1: Line 3: Statement must appear within on/onClipEvent handler
     nodes = new Array();

Scene=Scene 1, Layer=Layer 1, Frame=1: Line 4: Statement must appear within on/onClipEvent handler
     _root.attachMovie(&quot;the_head&quot;, &quot;the_head&quot;, 1, {_x:250, _y:200});

Scene=Scene 1, Layer=Layer 1, Frame=1: Line 5: Statement must appear within on/onClipEvent handler
     _root.createEmptyMovieClip(&quot;the_tail&quot;, 2);

Scene=Scene 1, Layer=Layer 1, Frame=1: Line 6: Statement must appear within on/onClipEvent handler
     _root.attachMovie(&quot;wall&quot;, &quot;wall&quot;, 3, {_x:250, _y:200});

Scene=Scene 1, Layer=Layer 1, Frame=1: Line 7: Statement must appear within on/onClipEvent handler
     for (x=1; x&lt;tail_nodes; x++) {

Scene=Scene 1, Layer=Layer 1, Frame=1: Line 10: Statement must appear within on/onClipEvent handler
     the_head.onEnterFrame = function() {

please email me the answer</description>
		<content:encoded><![CDATA[<p>hey I put it all in and got a problem with the actionscript for the wall this is what it says</p>
<p>Scene=Scene 1, Layer=Layer 1, Frame=1: Line 1: Statement must appear within on/onClipEvent handler<br />
     tail_len = 2;</p>
<p>Scene=Scene 1, Layer=Layer 1, Frame=1: Line 2: Statement must appear within on/onClipEvent handler<br />
     tail_nodes = 100;</p>
<p>Scene=Scene 1, Layer=Layer 1, Frame=1: Line 3: Statement must appear within on/onClipEvent handler<br />
     nodes = new Array();</p>
<p>Scene=Scene 1, Layer=Layer 1, Frame=1: Line 4: Statement must appear within on/onClipEvent handler<br />
     _root.attachMovie(&#8220;the_head&#8221;, &#8220;the_head&#8221;, 1, {_x:250, _y:200});</p>
<p>Scene=Scene 1, Layer=Layer 1, Frame=1: Line 5: Statement must appear within on/onClipEvent handler<br />
     _root.createEmptyMovieClip(&#8220;the_tail&#8221;, 2);</p>
<p>Scene=Scene 1, Layer=Layer 1, Frame=1: Line 6: Statement must appear within on/onClipEvent handler<br />
     _root.attachMovie(&#8220;wall&#8221;, &#8220;wall&#8221;, 3, {_x:250, _y:200});</p>
<p>Scene=Scene 1, Layer=Layer 1, Frame=1: Line 7: Statement must appear within on/onClipEvent handler<br />
     for (x=1; x&lt;tail_nodes; x++) {</p>
<p>Scene=Scene 1, Layer=Layer 1, Frame=1: Line 10: Statement must appear within on/onClipEvent handler<br />
     the_head.onEnterFrame = function() {</p>
<p>please email me the answer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eekie</title>
		<link>http://www.emanueleferonato.com/2007/07/12/creation-of-a-game-like-string-avoider-tutorial/comment-page-1/#comment-193096</link>
		<dc:creator>Eekie</dc:creator>
		<pubDate>Thu, 12 Jun 2008 21:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/07/12/creation-of-a-game-like-string-avoider-tutorial/#comment-193096</guid>
		<description>Does anyone know the code to make the tail (last node of the string) stationary (fixed) at a certain x,y coordinate? I want the string to follow the head but be limited to the tail_len... I am also trying to have the head drag rather than follow the mouse.

Is this possible?

Thanks!

PS: Great tutorial...</description>
		<content:encoded><![CDATA[<p>Does anyone know the code to make the tail (last node of the string) stationary (fixed) at a certain x,y coordinate? I want the string to follow the head but be limited to the tail_len&#8230; I am also trying to have the head drag rather than follow the mouse.</p>
<p>Is this possible?</p>
<p>Thanks!</p>
<p>PS: Great tutorial&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: reece</title>
		<link>http://www.emanueleferonato.com/2007/07/12/creation-of-a-game-like-string-avoider-tutorial/comment-page-1/#comment-184642</link>
		<dc:creator>reece</dc:creator>
		<pubDate>Thu, 05 Jun 2008 18:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/07/12/creation-of-a-game-like-string-avoider-tutorial/#comment-184642</guid>
		<description>hey how do you keep the wall not moving with the mouse but so it stays in one place</description>
		<content:encoded><![CDATA[<p>hey how do you keep the wall not moving with the mouse but so it stays in one place</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://www.emanueleferonato.com/2007/07/12/creation-of-a-game-like-string-avoider-tutorial/comment-page-1/#comment-101365</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Fri, 28 Mar 2008 22:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/07/12/creation-of-a-game-like-string-avoider-tutorial/#comment-101365</guid>
		<description>Are you sure I can use it?

I really don&#039;t like copying other people&#039;s work...</description>
		<content:encoded><![CDATA[<p>Are you sure I can use it?</p>
<p>I really don&#8217;t like copying other people&#8217;s work&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emanuele Feronato</title>
		<link>http://www.emanueleferonato.com/2007/07/12/creation-of-a-game-like-string-avoider-tutorial/comment-page-1/#comment-98504</link>
		<dc:creator>Emanuele Feronato</dc:creator>
		<pubDate>Sat, 22 Mar 2008 23:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/07/12/creation-of-a-game-like-string-avoider-tutorial/#comment-98504</guid>
		<description>it would be very kind...</description>
		<content:encoded><![CDATA[<p>it would be very kind&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://www.emanueleferonato.com/2007/07/12/creation-of-a-game-like-string-avoider-tutorial/comment-page-1/#comment-98489</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Sat, 22 Mar 2008 21:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/07/12/creation-of-a-game-like-string-avoider-tutorial/#comment-98489</guid>
		<description>I&#039;m making a game with this code
http://dev.mrnat.com/bomb_sorter.swf
It&#039;s not done yet, but do you want me to credit you?</description>
		<content:encoded><![CDATA[<p>I&#8217;m making a game with this code<br />
<a href="http://dev.mrnat.com/bomb_sorter.swf" rel="nofollow">http://dev.mrnat.com/bomb_sorter.swf</a><br />
It&#8217;s not done yet, but do you want me to credit you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh</title>
		<link>http://www.emanueleferonato.com/2007/07/12/creation-of-a-game-like-string-avoider-tutorial/comment-page-1/#comment-76218</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Sun, 27 Jan 2008 20:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/07/12/creation-of-a-game-like-string-avoider-tutorial/#comment-76218</guid>
		<description>i am willing to help, i am sorry if i am too late, but what do you want to happen exactly?</description>
		<content:encoded><![CDATA[<p>i am willing to help, i am sorry if i am too late, but what do you want to happen exactly?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
