<?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: Platform engine using Box2D &#8211; Step 2</title>
	<atom:link href="http://www.emanueleferonato.com/2009/07/14/platform-engine-using-box2d-step-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emanueleferonato.com/2009/07/14/platform-engine-using-box2d-step-2/</link>
	<description>italian geek and PROgrammer</description>
	<lastBuildDate>Fri, 10 Feb 2012 12:12:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: A Freelancer&#8217;s Flash Bash [4] &#124; Freelance Flash Games News</title>
		<link>http://www.emanueleferonato.com/2009/07/14/platform-engine-using-box2d-step-2/#comment-476524</link>
		<dc:creator>A Freelancer&#8217;s Flash Bash [4] &#124; Freelance Flash Games News</dc:creator>
		<pubDate>Wed, 22 Jul 2009 22:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1424#comment-476524</guid>
		<description>[...] Feronato has been working on Box2d tutorials for a basic Filler engine and a platform engine. They&#8217;re quite [...]</description>
		<content:encoded><![CDATA[<p>[...] Feronato has been working on Box2d tutorials for a basic Filler engine and a platform engine. They&#8217;re quite [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Agadoijo</title>
		<link>http://www.emanueleferonato.com/2009/07/14/platform-engine-using-box2d-step-2/#comment-475643</link>
		<dc:creator>Agadoijo</dc:creator>
		<pubDate>Mon, 20 Jul 2009 08:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1424#comment-475643</guid>
		<description>Really looking forward for all tutorials related to making a platform engine with Box2D.
Do you think it would be possible to make a simpler version of a game like LittleBigPlanet? It would require lots of stuff... but it would be really fun!
Hopefully your tutorial will have scrolling, moving platforms and &quot;ropes&quot;! :D

Keep up the awesome work!</description>
		<content:encoded><![CDATA[<p>Really looking forward for all tutorials related to making a platform engine with Box2D.<br />
Do you think it would be possible to make a simpler version of a game like LittleBigPlanet? It would require lots of stuff&#8230; but it would be really fun!<br />
Hopefully your tutorial will have scrolling, moving platforms and &#8220;ropes&#8221;! :D</p>
<p>Keep up the awesome work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Francis</title>
		<link>http://www.emanueleferonato.com/2009/07/14/platform-engine-using-box2d-step-2/#comment-474073</link>
		<dc:creator>Thomas Francis</dc:creator>
		<pubDate>Thu, 16 Jul 2009 14:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1424#comment-474073</guid>
		<description>You&#039;re supposed to paste the code in the timeline...</description>
		<content:encoded><![CDATA[<p>You&#8217;re supposed to paste the code in the timeline&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aseneo</title>
		<link>http://www.emanueleferonato.com/2009/07/14/platform-engine-using-box2d-step-2/#comment-473995</link>
		<dc:creator>aseneo</dc:creator>
		<pubDate>Thu, 16 Jul 2009 08:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1424#comment-473995</guid>
		<description>where is the download link? :)</description>
		<content:encoded><![CDATA[<p>where is the download link? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bass</title>
		<link>http://www.emanueleferonato.com/2009/07/14/platform-engine-using-box2d-step-2/#comment-473655</link>
		<dc:creator>Bass</dc:creator>
		<pubDate>Wed, 15 Jul 2009 13:38:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1424#comment-473655</guid>
		<description>there&#039;s no source code attached :)</description>
		<content:encoded><![CDATA[<p>there&#8217;s no source code attached :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Francis</title>
		<link>http://www.emanueleferonato.com/2009/07/14/platform-engine-using-box2d-step-2/#comment-473289</link>
		<dc:creator>Thomas Francis</dc:creator>
		<pubDate>Tue, 14 Jul 2009 16:42:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1424#comment-473289</guid>
		<description>Hey I&#039;m working on a platform engine as well in Box2D. Well, a cleaner version of Box2D called QuickBox2D, and I kinda need some help.

When my character (a circle) is on a slope, how do I get the ball to stop sliding down the hill (it&#039;s not rolling, i set fixed rotation). Setting the friction to 1 on the ball and the ground slows the ball&#039;s speed going up the slope, but it does stop the sliding. And changing the ball&#039;s Y linearvelocity to 0 when to the ball is on the ground also slows it&#039;s movement on the slope...

What do I do?</description>
		<content:encoded><![CDATA[<p>Hey I&#8217;m working on a platform engine as well in Box2D. Well, a cleaner version of Box2D called QuickBox2D, and I kinda need some help.</p>
<p>When my character (a circle) is on a slope, how do I get the ball to stop sliding down the hill (it&#8217;s not rolling, i set fixed rotation). Setting the friction to 1 on the ball and the ground slows the ball&#8217;s speed going up the slope, but it does stop the sliding. And changing the ball&#8217;s Y linearvelocity to 0 when to the ball is on the ground also slows it&#8217;s movement on the slope&#8230;</p>
<p>What do I do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: New</title>
		<link>http://www.emanueleferonato.com/2009/07/14/platform-engine-using-box2d-step-2/#comment-473235</link>
		<dc:creator>New</dc:creator>
		<pubDate>Tue, 14 Jul 2009 14:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1424#comment-473235</guid>
		<description>Oh that&#039;s awesome.</description>
		<content:encoded><![CDATA[<p>Oh that&#8217;s awesome.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 6/11 queries in 0.053 seconds using disk: basic

Served from: www.emanueleferonato.com @ 2012-02-11 05:03:10 -->
