<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Basic Artificial Intelligence Part 2</title>
	<link>http://www.awestyproductions.com/tutorials/flash-tutorials/basic-artificial-intelligence-part-2/</link>
	<description></description>
	<pubDate>Thu, 04 Dec 2008 07:36:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: ike</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/basic-artificial-intelligence-part-2/#comment-16312</link>
		<dc:creator>ike</dc:creator>
		<pubDate>Sat, 26 Apr 2008 01:01:12 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/basic-artificial-intelligence-part-2/#comment-16312</guid>
		<description>im making a fighting game, and how do u make the enemy turn around an face you if you go past him... not just walk backwards?</description>
		<content:encoded><![CDATA[<p>im making a fighting game, and how do u make the enemy turn around an face you if you go past him&#8230; not just walk backwards?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffrey</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/basic-artificial-intelligence-part-2/#comment-7962</link>
		<dc:creator>Jeffrey</dc:creator>
		<pubDate>Sat, 03 Nov 2007 16:18:30 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/basic-artificial-intelligence-part-2/#comment-7962</guid>
		<description>I'm making a game like that. It's really hard! (to make)</description>
		<content:encoded><![CDATA[<p>I&#8217;m making a game like that. It&#8217;s really hard! (to make)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: awesty</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/basic-artificial-intelligence-part-2/#comment-7019</link>
		<dc:creator>awesty</dc:creator>
		<pubDate>Mon, 10 Sep 2007 07:20:26 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/basic-artificial-intelligence-part-2/#comment-7019</guid>
		<description>Uh...

What is this supposed to do?

&lt;code&gt;this._x (_root.man._x + 25)&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Uh&#8230;</p>
<p>What is this supposed to do?</p>
<p><code>this._x (_root.man._x + 25)</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: awesty</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/basic-artificial-intelligence-part-2/#comment-7018</link>
		<dc:creator>awesty</dc:creator>
		<pubDate>Mon, 10 Sep 2007 07:19:09 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/basic-artificial-intelligence-part-2/#comment-7018</guid>
		<description>I have shown how to do that in the AI tutorials.</description>
		<content:encoded><![CDATA[<p>I have shown how to do that in the AI tutorials.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Izzy</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/basic-artificial-intelligence-part-2/#comment-6891</link>
		<dc:creator>Izzy</dc:creator>
		<pubDate>Thu, 30 Aug 2007 23:15:17 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/basic-artificial-intelligence-part-2/#comment-6891</guid>
		<description>awesty could you make a tutorial on how to make the enemy run when chasing you and when standing still to sit there</description>
		<content:encoded><![CDATA[<p>awesty could you make a tutorial on how to make the enemy run when chasing you and when standing still to sit there</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Izzy</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/basic-artificial-intelligence-part-2/#comment-6890</link>
		<dc:creator>Izzy</dc:creator>
		<pubDate>Thu, 30 Aug 2007 23:03:38 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/basic-artificial-intelligence-part-2/#comment-6890</guid>
		<description>i think doing that tutorial is a very good idea...</description>
		<content:encoded><![CDATA[<p>i think doing that tutorial is a very good idea&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simon</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/basic-artificial-intelligence-part-2/#comment-6497</link>
		<dc:creator>simon</dc:creator>
		<pubDate>Fri, 10 Aug 2007 16:54:12 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/basic-artificial-intelligence-part-2/#comment-6497</guid>
		<description>i am using this code:

onClipEvent(enterFrame){
        if(this._x  (_root.man._x + 25)){
                this._x -= 3;
        }
}
my character follows the other character but goes to the othe side of the scrren and stays that distants apart</description>
		<content:encoded><![CDATA[<p>i am using this code:</p>
<p>onClipEvent(enterFrame){<br />
        if(this._x  (_root.man._x + 25)){<br />
                this._x -= 3;<br />
        }<br />
}<br />
my character follows the other character but goes to the othe side of the scrren and stays that distants apart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: awesty</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/basic-artificial-intelligence-part-2/#comment-5906</link>
		<dc:creator>awesty</dc:creator>
		<pubDate>Tue, 03 Jul 2007 08:06:46 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/basic-artificial-intelligence-part-2/#comment-5906</guid>
		<description>There are already tutorials for that.</description>
		<content:encoded><![CDATA[<p>There are already tutorials for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moulay</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/basic-artificial-intelligence-part-2/#comment-5293</link>
		<dc:creator>Moulay</dc:creator>
		<pubDate>Mon, 28 May 2007 07:45:07 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/basic-artificial-intelligence-part-2/#comment-5293</guid>
		<description>GREAT tutorial colud try and make it continue maybe when you walk into the enemy he attacks you. And your healt bar goes down.</description>
		<content:encoded><![CDATA[<p>GREAT tutorial colud try and make it continue maybe when you walk into the enemy he attacks you. And your healt bar goes down.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amar</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/basic-artificial-intelligence-part-2/#comment-4261</link>
		<dc:creator>Amar</dc:creator>
		<pubDate>Sun, 18 Mar 2007 13:07:01 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/basic-artificial-intelligence-part-2/#comment-4261</guid>
		<description>Nice Tutorial! U explain everything well .
Thank u very,very,very much.</description>
		<content:encoded><![CDATA[<p>Nice Tutorial! U explain everything well .<br />
Thank u very,very,very much.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
