<?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: Top Veiw AI</title>
	<link>http://www.awestyproductions.com/tutorials/flash-tutorials/top-veiw-ai/</link>
	<description></description>
	<pubDate>Fri, 12 Mar 2010 16:02:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: James</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/top-veiw-ai/#comment-32142</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 08 Jul 2009 06:37:14 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/top-veiw-ai/#comment-32142</guid>
		<description>Can you give us a tutorial 
on how to make a ragdoll game???


Or how to change this script to
a ragdoll.


BTW your tutorials ROCK!!!
I have already started a decent game!</description>
		<content:encoded><![CDATA[<p>Can you give us a tutorial<br />
on how to make a ragdoll game???</p>
<p>Or how to change this script to<br />
a ragdoll.</p>
<p>BTW your tutorials ROCK!!!<br />
I have already started a decent game!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Auxia</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/top-veiw-ai/#comment-31334</link>
		<dc:creator>Auxia</dc:creator>
		<pubDate>Sat, 20 Jun 2009 00:48:50 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/top-veiw-ai/#comment-31334</guid>
		<description>You might be using Actionscript 3</description>
		<content:encoded><![CDATA[<p>You might be using Actionscript 3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Auxia</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/top-veiw-ai/#comment-31332</link>
		<dc:creator>Auxia</dc:creator>
		<pubDate>Sat, 20 Jun 2009 00:26:24 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/top-veiw-ai/#comment-31332</guid>
		<description>Hey I just started learning programing in flash and this tutorial helped me a lot! Just wanted to say thanks. I was also playing around and developed a script to make the enemy face your man(your MC with instance of "man"). I'll post it here in gratitude:

enemy.onEnterFrame = function() {
	var adjacent:Number = man._x-enemy._x;
	var opposite:Number = man._y-enemy._y;
	var angle:Number = Math.atan2(opposite, adjacent);
	this._rotation = convert(angle);
};

For this to work:
1. Give enemy an instance name of "enemy"(no quotes);
2. Put this code right below the code that makes your "man" face the mouse(on the frame). 

Thanks again.</description>
		<content:encoded><![CDATA[<p>Hey I just started learning programing in flash and this tutorial helped me a lot! Just wanted to say thanks. I was also playing around and developed a script to make the enemy face your man(your MC with instance of &#8220;man&#8221;). I&#8217;ll post it here in gratitude:</p>
<p>enemy.onEnterFrame = function() {<br />
	var adjacent:Number = man._x-enemy._x;<br />
	var opposite:Number = man._y-enemy._y;<br />
	var angle:Number = Math.atan2(opposite, adjacent);<br />
	this._rotation = convert(angle);<br />
};</p>
<p>For this to work:<br />
1. Give enemy an instance name of &#8220;enemy&#8221;(no quotes);<br />
2. Put this code right below the code that makes your &#8220;man&#8221; face the mouse(on the frame). </p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brayden</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/top-veiw-ai/#comment-26676</link>
		<dc:creator>Brayden</dc:creator>
		<pubDate>Wed, 25 Feb 2009 00:09:14 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/top-veiw-ai/#comment-26676</guid>
		<description>For my game I have  a square following the cursor but you move it with the arrow keys.. but what i need to know what to do is how i make the enemy follow my "man".</description>
		<content:encoded><![CDATA[<p>For my game I have  a square following the cursor but you move it with the arrow keys.. but what i need to know what to do is how i make the enemy follow my &#8220;man&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunz_of_liberty</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/top-veiw-ai/#comment-24323</link>
		<dc:creator>Sunz_of_liberty</dc:creator>
		<pubDate>Sat, 22 Nov 2008 06:53:20 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/top-veiw-ai/#comment-24323</guid>
		<description>i dont get it, every tutorial i do here it is some how always correct and is always telling me somthing like this **Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 1: Statement must appear within on/onClipEvent handler
     function convert(radians:Number):Number {

**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 5: Statement must appear within on/onClipEvent handler
     enemy.onEnterFrame = function(){

Total ActionScript Errors: 2 	 Reported Errors: 2


grr... can you help me??</description>
		<content:encoded><![CDATA[<p>i dont get it, every tutorial i do here it is some how always correct and is always telling me somthing like this **Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 1: Statement must appear within on/onClipEvent handler<br />
     function convert(radians:Number):Number {</p>
<p>**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 5: Statement must appear within on/onClipEvent handler<br />
     enemy.onEnterFrame = function(){</p>
<p>Total ActionScript Errors: 2 	 Reported Errors: 2</p>
<p>grr&#8230; can you help me??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harley</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/top-veiw-ai/#comment-22429</link>
		<dc:creator>Harley</dc:creator>
		<pubDate>Fri, 12 Sep 2008 06:02:38 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/top-veiw-ai/#comment-22429</guid>
		<description>Hey, nice tutorial, it's great..!

I'm having the same problem Bryce K was having

"Okay… ummm how do I say

enemy and enemy2.onEnterFrame = function() { ?
"

...

"nvm i found out how to do it"

I have a turret like object that fires bullets via attachMovie (shot1, shot2 shot3 etc) And I'm trying to create a missile-like object that will chase down the cursor.. I'm not sure if the movement from this tutorial will give the best effect but I just can't understand how to get the rotation right..

Long story short I need to know what 'Bryce K' knows &#62;:O

Any ideas?

Thanks for considering

~Harley</description>
		<content:encoded><![CDATA[<p>Hey, nice tutorial, it&#8217;s great..!</p>
<p>I&#8217;m having the same problem Bryce K was having</p>
<p>&#8220;Okay… ummm how do I say</p>
<p>enemy and enemy2.onEnterFrame = function() { ?<br />
&#8221;</p>
<p>&#8230;</p>
<p>&#8220;nvm i found out how to do it&#8221;</p>
<p>I have a turret like object that fires bullets via attachMovie (shot1, shot2 shot3 etc) And I&#8217;m trying to create a missile-like object that will chase down the cursor.. I&#8217;m not sure if the movement from this tutorial will give the best effect but I just can&#8217;t understand how to get the rotation right..</p>
<p>Long story short I need to know what &#8216;Bryce K&#8217; knows &gt;:O</p>
<p>Any ideas?</p>
<p>Thanks for considering</p>
<p>~Harley</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/top-veiw-ai/#comment-20019</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Tue, 08 Jul 2008 05:30:52 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/top-veiw-ai/#comment-20019</guid>
		<description>How would I make it so when the enemy hits me, code is executed? I have tried various hitTests, I don't know what to do. Thanks.</description>
		<content:encoded><![CDATA[<p>How would I make it so when the enemy hits me, code is executed? I have tried various hitTests, I don&#8217;t know what to do. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dandeman1300</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/top-veiw-ai/#comment-12789</link>
		<dc:creator>dandeman1300</dc:creator>
		<pubDate>Sat, 16 Feb 2008 20:49:53 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/top-veiw-ai/#comment-12789</guid>
		<description>OMG how did u make that i really wanna make one :(</description>
		<content:encoded><![CDATA[<p>OMG how did u make that i really wanna make one <img src='http://www.awestyproductions.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: awesty</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/top-veiw-ai/#comment-8104</link>
		<dc:creator>awesty</dc:creator>
		<pubDate>Thu, 08 Nov 2007 06:35:28 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/top-veiw-ai/#comment-8104</guid>
		<description>You could submit it to &lt;a href="http://www.newgrounds.com" rel="nofollow"&gt;Newgrounds&lt;/a&gt; or &lt;a href="http://www.deviantart.com" rel="nofollow"&gt;deviantArt&lt;/a&gt;. Your flash needs to be "approved" on newgrounds though.

Or you could just upload it to &lt;a href="http://www.imageshack.us/" rel="nofollow"&gt;Image Shack&lt;/a&gt; if you don't want to have to register.

Here is a link that explains how to embed flash:
http://www.w3schools.com/flash/flash_inhtml.asp</description>
		<content:encoded><![CDATA[<p>You could submit it to <a href="http://www.newgrounds.com" rel="nofollow">Newgrounds</a> or <a href="http://www.deviantart.com" rel="nofollow">deviantArt</a>. Your flash needs to be &#8220;approved&#8221; on newgrounds though.</p>
<p>Or you could just upload it to <a href="http://www.imageshack.us/" rel="nofollow">Image Shack</a> if you don&#8217;t want to have to register.</p>
<p>Here is a link that explains how to embed flash:<br />
<a href="http://www.w3schools.com/flash/flash_inhtml.asp" rel="nofollow">http://www.w3schools.com/flash/flash_inhtml.asp</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Melissa</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/top-veiw-ai/#comment-8092</link>
		<dc:creator>Melissa</dc:creator>
		<pubDate>Wed, 07 Nov 2007 17:13:33 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/top-veiw-ai/#comment-8092</guid>
		<description>Sorry to throw this in here randomly, but I was wondering if there was a free site I could upload my completed flash games to, like a photobucket for flash type thing.

I was also wondering if someone could teach me how to embed them on a site.

Thanks muchly. :)</description>
		<content:encoded><![CDATA[<p>Sorry to throw this in here randomly, but I was wondering if there was a free site I could upload my completed flash games to, like a photobucket for flash type thing.</p>
<p>I was also wondering if someone could teach me how to embed them on a site.</p>
<p>Thanks muchly. <img src='http://www.awestyproductions.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
