<?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: Tutorial: Create a Game Like Winter Bells in AS3</title>
	<atom:link href="http://www.mrsunstudios.com/2009/01/tutorial-create-a-game-like-winter-bells-in-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-game-like-winter-bells-in-as3/</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Tue, 13 Jul 2010 09:44:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: martin</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-game-like-winter-bells-in-as3/#comment-939</link>
		<dc:creator>martin</dc:creator>
		<pubDate>Wed, 12 Aug 2009 23:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1256#comment-939</guid>
		<description>There are still allot of errors in hit

the hit detection is in the bell class. So if the game is over all those bell eventlisteners are still running.

best thing to do is. When you put a bell on the screen push it in an array aswell and do an hitdetection in that arra on the time liney, so you can remove that peticular eventlistener</description>
		<content:encoded><![CDATA[<p>There are still allot of errors in hit</p>
<p>the hit detection is in the bell class. So if the game is over all those bell eventlisteners are still running.</p>
<p>best thing to do is. When you put a bell on the screen push it in an array aswell and do an hitdetection in that arra on the time liney, so you can remove that peticular eventlistener</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aku</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-game-like-winter-bells-in-as3/#comment-768</link>
		<dc:creator>Aku</dc:creator>
		<pubDate>Wed, 29 Apr 2009 19:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1256#comment-768</guid>
		<description>Didnt work
I downloaded the souce aswell but it said extra } twice
then it said missing bracket then It didnt have errors but it still didnt work</description>
		<content:encoded><![CDATA[<p>Didnt work<br />
I downloaded the souce aswell but it said extra } twice<br />
then it said missing bracket then It didnt have errors but it still didnt work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-game-like-winter-bells-in-as3/#comment-737</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 22 Apr 2009 17:20:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1256#comment-737</guid>
		<description>I really like the winterbells game so I hope that I will be able to finish this with some nice touches :)

Anyways I found a nice way to make he walk faster if the mouse is farther away
if (mouseX &gt; mcMain.x) {
		mcMain.x += (mouseX-mcMain.x)/10;
	}
	else if (mouseX &lt; mcMain.x) {
		mcMain.x -= (mcMain.x-mouseX)/10;
	}

Thanks for another great tutorial!</description>
		<content:encoded><![CDATA[<p>I really like the winterbells game so I hope that I will be able to finish this with some nice touches <img src='http://www.mrsunstudios.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Anyways I found a nice way to make he walk faster if the mouse is farther away<br />
if (mouseX &gt; mcMain.x) {<br />
		mcMain.x += (mouseX-mcMain.x)/10;<br />
	}<br />
	else if (mouseX &lt; mcMain.x) {<br />
		mcMain.x -= (mcMain.x-mouseX)/10;<br />
	}</p>
<p>Thanks for another great tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rian</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-game-like-winter-bells-in-as3/#comment-718</link>
		<dc:creator>Rian</dc:creator>
		<pubDate>Wed, 15 Apr 2009 15:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1256#comment-718</guid>
		<description>sorry,guys...I am still unfamiliar with action scripts..
Just wanna ask about the //mainJump();// thing...
where should I put it? how will the code become?

Thanks beforehand!! :D</description>
		<content:encoded><![CDATA[<p>sorry,guys&#8230;I am still unfamiliar with action scripts..<br />
Just wanna ask about the //mainJump();// thing&#8230;<br />
where should I put it? how will the code become?</p>
<p>Thanks beforehand!! <img src='http://www.mrsunstudios.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: conor</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-game-like-winter-bells-in-as3/#comment-717</link>
		<dc:creator>conor</dc:creator>
		<pubDate>Tue, 14 Apr 2009 10:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1256#comment-717</guid>
		<description>Hey, what do u mean by &#039;In the eFrame() function, run the mainJump() function.&#039; 
please help i cant get mine to jump!!!</description>
		<content:encoded><![CDATA[<p>Hey, what do u mean by &#8216;In the eFrame() function, run the mainJump() function.&#8217;<br />
please help i cant get mine to jump!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trsto</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-game-like-winter-bells-in-as3/#comment-667</link>
		<dc:creator>Trsto</dc:creator>
		<pubDate>Wed, 25 Mar 2009 16:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1256#comment-667</guid>
		<description>ow right , cause it has to be initiated ... stupid question ... nvrmind</description>
		<content:encoded><![CDATA[<p>ow right , cause it has to be initiated &#8230; stupid question &#8230; nvrmind</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trsto</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-game-like-winter-bells-in-as3/#comment-665</link>
		<dc:creator>Trsto</dc:creator>
		<pubDate>Tue, 24 Mar 2009 21:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1256#comment-665</guid>
		<description>oy mate , great tutorial ( so far ) :]

you should just update the first [code] ( e.frame ) and add that mainJump(); there... i know its commented at the bottom, but its little confusing ...
also:
(can you comment why that function must be placed there :s ? )
please ?

thanks m8 !</description>
		<content:encoded><![CDATA[<p>oy mate , great tutorial ( so far ) :]</p>
<p>you should just update the first [code] ( e.frame ) and add that mainJump(); there... i know its commented at the bottom, but its little confusing ...<br />
also:<br />
(can you comment why that function must be placed there :s ? )<br />
please ?</p>
<p>thanks m8 !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-game-like-winter-bells-in-as3/#comment-617</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Wed, 11 Mar 2009 12:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1256#comment-617</guid>
		<description>this is a great tutorial but i can not find a place to download action script 3</description>
		<content:encoded><![CDATA[<p>this is a great tutorial but i can not find a place to download action script 3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Casey</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-game-like-winter-bells-in-as3/#comment-595</link>
		<dc:creator>Casey</dc:creator>
		<pubDate>Thu, 05 Mar 2009 15:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1256#comment-595</guid>
		<description>I love the tutorial, great layout... however, i need help on &quot;[running] the mainJump() function&quot;.</description>
		<content:encoded><![CDATA[<p>I love the tutorial, great layout&#8230; however, i need help on &#8220;[running] the mainJump() function&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

