<?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: Making an RPG type game</title>
	<link>http://www.awestyproductions.com/tutorials/flash-tutorials/making-an-rpg-type-game/</link>
	<description></description>
	<pubDate>Fri, 10 Feb 2012 19:05:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: AKPXDestroyer</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/making-an-rpg-type-game/#comment-152939</link>
		<dc:creator>AKPXDestroyer</dc:creator>
		<pubDate>Fri, 04 Feb 2011 09:40:03 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/making-an-rpg-type-game/#comment-152939</guid>
		<description>Instead of make the alpha turn to 0, we can just make it invisible like _visible = false;

Anyway, where are you? Where have you been? I miss you so much. :( Are you watching us? Or you aren't there now?</description>
		<content:encoded><![CDATA[<p>Instead of make the alpha turn to 0, we can just make it invisible like _visible = false;</p>
<p>Anyway, where are you? Where have you been? I miss you so much. <img src='http://www.awestyproductions.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> Are you watching us? Or you aren&#8217;t there now?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/making-an-rpg-type-game/#comment-90526</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Tue, 20 Jul 2010 03:13:04 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/making-an-rpg-type-game/#comment-90526</guid>
		<description>would your name be kittle by any chance</description>
		<content:encoded><![CDATA[<p>would your name be kittle by any chance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/making-an-rpg-type-game/#comment-83120</link>
		<dc:creator>Vincent</dc:creator>
		<pubDate>Wed, 23 Jun 2010 11:07:28 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/making-an-rpg-type-game/#comment-83120</guid>
		<description>oke, i fixed it myself..
But could you tell next time wich AS you use xD
Cuz you needed to make it in AS 2.0
and im always using 3.0

thx anyway ^^</description>
		<content:encoded><![CDATA[<p>oke, i fixed it myself..<br />
But could you tell next time wich AS you use xD<br />
Cuz you needed to make it in AS 2.0<br />
and im always using 3.0</p>
<p>thx anyway ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/making-an-rpg-type-game/#comment-83109</link>
		<dc:creator>Vincent</dc:creator>
		<pubDate>Wed, 23 Jun 2010 10:36:26 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/making-an-rpg-type-game/#comment-83109</guid>
		<description>Hey, I tried to make this but it goes wrong.

I have an walking man
a standing man
put it together in 1 MC
noticed that on both frame has a stop in script 

but now the tricky part where its going wrong... the script... it isnt working.. where should i put it. Cause it cant be put on the man and if i do it on a clear frame, he gives an error and the man flips out!</description>
		<content:encoded><![CDATA[<p>Hey, I tried to make this but it goes wrong.</p>
<p>I have an walking man<br />
a standing man<br />
put it together in 1 MC<br />
noticed that on both frame has a stop in script </p>
<p>but now the tricky part where its going wrong&#8230; the script&#8230; it isnt working.. where should i put it. Cause it cant be put on the man and if i do it on a clear frame, he gives an error and the man flips out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/making-an-rpg-type-game/#comment-39819</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Sat, 19 Dec 2009 00:11:50 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/making-an-rpg-type-game/#comment-39819</guid>
		<description>Why do alphas? why not simple
visibles


onClipEvent(enterFrame){
if(_root.man.hitTest(this)){
this._visible=false;
_root.smallitem._visible=true;
}
}</description>
		<content:encoded><![CDATA[<p>Why do alphas? why not simple<br />
visibles</p>
<p>onClipEvent(enterFrame){<br />
if(_root.man.hitTest(this)){<br />
this._visible=false;<br />
_root.smallitem._visible=true;<br />
}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/making-an-rpg-type-game/#comment-29357</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Thu, 23 Apr 2009 07:33:21 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/making-an-rpg-type-game/#comment-29357</guid>
		<description>Code doesent work.</description>
		<content:encoded><![CDATA[<p>Code doesent work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: B_Gwra</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/making-an-rpg-type-game/#comment-17447</link>
		<dc:creator>B_Gwra</dc:creator>
		<pubDate>Mon, 02 Jun 2008 12:38:31 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/making-an-rpg-type-game/#comment-17447</guid>
		<description>sir,
   i m trying to make a rpg game but i dnt know how make enemy and attack my hero on contact. i tryed much bt they dont react. btw thanks for ur inventory tutorial, it helped me a lot.</description>
		<content:encoded><![CDATA[<p>sir,<br />
   i m trying to make a rpg game but i dnt know how make enemy and attack my hero on contact. i tryed much bt they dont react. btw thanks for ur inventory tutorial, it helped me a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobby</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/making-an-rpg-type-game/#comment-11141</link>
		<dc:creator>Bobby</dc:creator>
		<pubDate>Mon, 21 Jan 2008 21:41:43 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/making-an-rpg-type-game/#comment-11141</guid>
		<description>How can I make the character able to travel through an area larger than the Flash stage (essentially a town)? 
Sorry if this has already been asked, but I didn't see it anywhere. Thanks in advance.</description>
		<content:encoded><![CDATA[<p>How can I make the character able to travel through an area larger than the Flash stage (essentially a town)?<br />
Sorry if this has already been asked, but I didn&#8217;t see it anywhere. Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicholas</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/making-an-rpg-type-game/#comment-8594</link>
		<dc:creator>Nicholas</dc:creator>
		<pubDate>Thu, 29 Nov 2007 19:02:18 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/making-an-rpg-type-game/#comment-8594</guid>
		<description>if you open up your mc the little crosshair is the pivot point so basicly you have to put the midlle of the charecter on the pivot point.</description>
		<content:encoded><![CDATA[<p>if you open up your mc the little crosshair is the pivot point so basicly you have to put the midlle of the charecter on the pivot point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/making-an-rpg-type-game/#comment-8429</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Fri, 23 Nov 2007 07:45:29 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/making-an-rpg-type-game/#comment-8429</guid>
		<description>I got lost at 
"Once you have that done give that MC an instance name of ‘man’ and put these actions on it"

on which one?</description>
		<content:encoded><![CDATA[<p>I got lost at<br />
&#8220;Once you have that done give that MC an instance name of ‘man’ and put these actions on it&#8221;</p>
<p>on which one?</p>
]]></content:encoded>
	</item>
</channel>
</rss>








<!-- analytics977 --> 
