<?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 &#8211; Part 5</title>
	<atom:link href="http://www.mrsunstudios.com/2009/01/tutorial-create-a-game-like-winter-bells-in-as3-part-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-game-like-winter-bells-in-as3-part-5/</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: lalala</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-game-like-winter-bells-in-as3-part-5/#comment-1239</link>
		<dc:creator>lalala</dc:creator>
		<pubDate>Wed, 28 Apr 2010 15:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1285#comment-1239</guid>
		<description>how to you get the game to work? I cant get the bells to appear even though I put the code</description>
		<content:encoded><![CDATA[<p>how to you get the game to work? I cant get the bells to appear even though I put the code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-game-like-winter-bells-in-as3-part-5/#comment-1146</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Wed, 10 Feb 2010 15:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1285#comment-1146</guid>
		<description>yawnnnnnn</description>
		<content:encoded><![CDATA[<p>yawnnnnnn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-game-like-winter-bells-in-as3-part-5/#comment-865</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sun, 21 Jun 2009 18:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1285#comment-865</guid>
		<description>to fix the problem, simple replace

	if(mcMain.y &gt;= 275 &amp;&amp; totalHeight &gt;= 275){ 
		bellHolder.y -= jumpSpeed;
		bellTop += jumpSpeed;
		mcMain.y = 275;

with

	if(mcMain.y &gt;= 10000000 &amp;&amp; totalHeight &gt;= 10000000){ 
		bellHolder.y -= jumpSpeed;
		bellTop += jumpSpeed;
		mcMain.y = 275;</description>
		<content:encoded><![CDATA[<p>to fix the problem, simple replace</p>
<p>	if(mcMain.y &gt;= 275 &amp;&amp; totalHeight &gt;= 275){<br />
		bellHolder.y -= jumpSpeed;<br />
		bellTop += jumpSpeed;<br />
		mcMain.y = 275;</p>
<p>with</p>
<p>	if(mcMain.y &gt;= 10000000 &amp;&amp; totalHeight &gt;= 10000000){<br />
		bellHolder.y -= jumpSpeed;<br />
		bellTop += jumpSpeed;<br />
		mcMain.y = 275;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-game-like-winter-bells-in-as3-part-5/#comment-862</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sat, 20 Jun 2009 17:55:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1285#comment-862</guid>
		<description>the bug where you just keep falling is kinda serious, does anyone know how to ix it, because im starting to get used to this but cant quite fix the problem</description>
		<content:encoded><![CDATA[<p>the bug where you just keep falling is kinda serious, does anyone know how to ix it, because im starting to get used to this but cant quite fix the problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: me</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-game-like-winter-bells-in-as3-part-5/#comment-781</link>
		<dc:creator>me</dc:creator>
		<pubDate>Tue, 05 May 2009 15:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1285#comment-781</guid>
		<description>hey this was awsom but the tutorials need a little more discription</description>
		<content:encoded><![CDATA[<p>hey this was awsom but the tutorials need a little more discription</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amber</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-game-like-winter-bells-in-as3-part-5/#comment-761</link>
		<dc:creator>Amber</dc:creator>
		<pubDate>Mon, 27 Apr 2009 18:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1285#comment-761</guid>
		<description>I also like this tutorial but, I&#039;m having the same problem where sometimes when the game should end it doesn&#039;t and I have to  open a new swf to get it to work. Sometimes this doesn&#039;t work though. I just tried it a bunch of times and it seemed like the first time it didn&#039;t work then it would work. I think it might be happening randomly</description>
		<content:encoded><![CDATA[<p>I also like this tutorial but, I&#8217;m having the same problem where sometimes when the game should end it doesn&#8217;t and I have to  open a new swf to get it to work. Sometimes this doesn&#8217;t work though. I just tried it a bunch of times and it seemed like the first time it didn&#8217;t work then it would work. I think it might be happening randomly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ALEX</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-game-like-winter-bells-in-as3-part-5/#comment-743</link>
		<dc:creator>ALEX</dc:creator>
		<pubDate>Wed, 22 Apr 2009 21:49:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1285#comment-743</guid>
		<description>Also my suggestion about the falling of the stage is this: As you begin to fall to the ground in the output and compiler errors i get this:

ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.
	at flash.display::DisplayObjectContainer/removeChild()
	at Bell/eFrame()

Im guessing this is the problem, but as im not to experienced with as3 im having trouble fixing it. I guess it is just an argument error.</description>
		<content:encoded><![CDATA[<p>Also my suggestion about the falling of the stage is this: As you begin to fall to the ground in the output and compiler errors i get this:</p>
<p>ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.<br />
	at flash.display::DisplayObjectContainer/removeChild()<br />
	at Bell/eFrame()</p>
<p>Im guessing this is the problem, but as im not to experienced with as3 im having trouble fixing it. I guess it is just an argument error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ALEX</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-game-like-winter-bells-in-as3-part-5/#comment-741</link>
		<dc:creator>ALEX</dc:creator>
		<pubDate>Wed, 22 Apr 2009 21:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1285#comment-741</guid>
		<description>@mathias You can find the source files (zipped just below the tests of the game.</description>
		<content:encoded><![CDATA[<p>@mathias You can find the source files (zipped just below the tests of the game.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-game-like-winter-bells-in-as3-part-5/#comment-710</link>
		<dc:creator>Mathias</dc:creator>
		<pubDate>Mon, 13 Apr 2009 12:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1285#comment-710</guid>
		<description>Very nice tutorial! I messed my code up :( Can you please send the .fla to me? I get error when I open your. The docfile has been corrupted</description>
		<content:encoded><![CDATA[<p>Very nice tutorial! I messed my code up <img src='http://www.mrsunstudios.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Can you please send the .fla to me? I get error when I open your. The docfile has been corrupted</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adaleine</title>
		<link>http://www.mrsunstudios.com/blog/flash/tutorial-create-a-game-like-winter-bells-in-as3-part-5/#comment-687</link>
		<dc:creator>Adaleine</dc:creator>
		<pubDate>Sat, 04 Apr 2009 11:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1285#comment-687</guid>
		<description>Very nice  tutorial but the bugg is is weird. i cant fix it.</description>
		<content:encoded><![CDATA[<p>Very nice  tutorial but the bugg is is weird. i cant fix it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

