<?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: Occurro! &#8211; game design 101 with Cocos2D iPhone</title>
	<atom:link href="http://blog.acceleroto.com/2009/08/04/occurro-game-design-101-with-cocos2d-iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.acceleroto.com/2009/08/04/occurro-game-design-101-with-cocos2d-iphone/</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 22:09:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Bryan Duke</title>
		<link>http://blog.acceleroto.com/2009/08/04/occurro-game-design-101-with-cocos2d-iphone/comment-page-1/#comment-172</link>
		<dc:creator>Bryan Duke</dc:creator>
		<pubDate>Thu, 07 Jul 2011 02:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.acceleroto.com/?p=102#comment-172</guid>
		<description>You&#039;re welcome, James!  I&#039;m glad it helped.  Cocos2d has changed quite a bit from when I started Occurro!  Even the difference between the MultiTest sample and the current version of Cocos2d is pretty big.  I highly recommend grabbing the latest copy of Cocos2d from their website.  Once you do, install the templates and start playing!

I just re-released Occurro! with a big update.  It incorporates the latest version of Cocos2d (version 1.0rc3).

Have fun</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome, James!  I&#8217;m glad it helped.  Cocos2d has changed quite a bit from when I started Occurro!  Even the difference between the MultiTest sample and the current version of Cocos2d is pretty big.  I highly recommend grabbing the latest copy of Cocos2d from their website.  Once you do, install the templates and start playing!</p>
<p>I just re-released Occurro! with a big update.  It incorporates the latest version of Cocos2d (version 1.0rc3).</p>
<p>Have fun</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James27121</title>
		<link>http://blog.acceleroto.com/2009/08/04/occurro-game-design-101-with-cocos2d-iphone/comment-page-1/#comment-171</link>
		<dc:creator>James27121</dc:creator>
		<pubDate>Wed, 06 Jul 2011 13:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.acceleroto.com/?p=102#comment-171</guid>
		<description>Er… late night typing idiotic…. corrected. Thank you! You multi-test skeleton taught me core Cocos2D concepts in a little under 1 hour. =) I now… understand these critical concepts and I&#039;ve moving forward in my dream. =)</description>
		<content:encoded><![CDATA[<p>Er… late night typing idiotic…. corrected. Thank you! You multi-test skeleton taught me core Cocos2D concepts in a little under 1 hour. =) I now… understand these critical concepts and I&#8217;ve moving forward in my dream. =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James27121</title>
		<link>http://blog.acceleroto.com/2009/08/04/occurro-game-design-101-with-cocos2d-iphone/comment-page-1/#comment-170</link>
		<dc:creator>James27121</dc:creator>
		<pubDate>Wed, 06 Jul 2011 13:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.acceleroto.com/?p=102#comment-170</guid>
		<description>thank you. Your multi-test skeleton taught my Cocos2D in a little under 1 hour. =) I not understand the critical concepts =)</description>
		<content:encoded><![CDATA[<p>thank you. Your multi-test skeleton taught my Cocos2D in a little under 1 hour. =) I not understand the critical concepts =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan Duke</title>
		<link>http://blog.acceleroto.com/2009/08/04/occurro-game-design-101-with-cocos2d-iphone/comment-page-1/#comment-105</link>
		<dc:creator>Bryan Duke</dc:creator>
		<pubDate>Fri, 02 Jul 2010 19:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.acceleroto.com/?p=102#comment-105</guid>
		<description>Andy-&lt;br&gt;&lt;br&gt;I just tried to compile MultiTest in the latest SDK (iOS4 release SDK #1) and I get about 20 errors.  So, I can&#039;t check on the problem you&#039;re seeing.  Sorry.&lt;br&gt;&lt;br&gt;If you&#039;re using the web view for online scores, I really recommend ditching my method here &amp; using OpenFeint or Plus+.  They&#039;re both very easy to use &amp; widely loved by users.  Game Center is coming this fall, so that&#039;s something to think about too.</description>
		<content:encoded><![CDATA[<p>Andy-</p>
<p>I just tried to compile MultiTest in the latest SDK (iOS4 release SDK #1) and I get about 20 errors.  So, I can&#39;t check on the problem you&#39;re seeing.  Sorry.</p>
<p>If you&#39;re using the web view for online scores, I really recommend ditching my method here &#038; using OpenFeint or Plus+.  They&#39;re both very easy to use &#038; widely loved by users.  Game Center is coming this fall, so that&#39;s something to think about too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://blog.acceleroto.com/2009/08/04/occurro-game-design-101-with-cocos2d-iphone/comment-page-1/#comment-104</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 02 Jul 2010 14:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.acceleroto.com/?p=102#comment-104</guid>
		<description>I&#039;m trying your code in Multitest.zip and I see that in menuCallback2 it&#039;s supposed to be a timed transition, however the webview instead appears instantly. Have you found any way to solve that?</description>
		<content:encoded><![CDATA[<p>I&#39;m trying your code in Multitest.zip and I see that in menuCallback2 it&#39;s supposed to be a timed transition, however the webview instead appears instantly. Have you found any way to solve that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shigmiya</title>
		<link>http://blog.acceleroto.com/2009/08/04/occurro-game-design-101-with-cocos2d-iphone/comment-page-1/#comment-95</link>
		<dc:creator>shigmiya</dc:creator>
		<pubDate>Wed, 30 Sep 2009 10:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.acceleroto.com/?p=102#comment-95</guid>
		<description>Thanks so much for this!  Its very helpful for beginners.</description>
		<content:encoded><![CDATA[<p>Thanks so much for this!  Its very helpful for beginners.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shigmiya</title>
		<link>http://blog.acceleroto.com/2009/08/04/occurro-game-design-101-with-cocos2d-iphone/comment-page-1/#comment-52</link>
		<dc:creator>shigmiya</dc:creator>
		<pubDate>Wed, 30 Sep 2009 06:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.acceleroto.com/?p=102#comment-52</guid>
		<description>Thanks so much for this!  Its very helpful for beginners.</description>
		<content:encoded><![CDATA[<p>Thanks so much for this!  Its very helpful for beginners.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kent</title>
		<link>http://blog.acceleroto.com/2009/08/04/occurro-game-design-101-with-cocos2d-iphone/comment-page-1/#comment-34</link>
		<dc:creator>Kent</dc:creator>
		<pubDate>Tue, 11 Aug 2009 04:41:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.acceleroto.com/?p=102#comment-34</guid>
		<description>I see thanks for the explanation.</description>
		<content:encoded><![CDATA[<p>I see thanks for the explanation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.acceleroto.com/2009/08/04/occurro-game-design-101-with-cocos2d-iphone/comment-page-1/#comment-32</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 09 Aug 2009 18:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.acceleroto.com/?p=102#comment-32</guid>
		<description>&lt;a href=&quot;#comment-31&quot; rel=&quot;nofollow&quot;&gt;@Kent&lt;/a&gt; I do actually use scenes.  Multiplex layers didn&#039;t let me use transitions between scenes.  Multiplex layers are a little easier to use, but I think you have more flexibility if you don&#039;t use them.

If you look through the code, when I switch between layers, I&#039;m actually creating a new scene &amp; attaching the layer to the scene, then calling replaceScene.  There are certainly different ways to do it, but that works best for me.</description>
		<content:encoded><![CDATA[<p><a href="#comment-31" rel="nofollow">@Kent</a> I do actually use scenes.  Multiplex layers didn&#8217;t let me use transitions between scenes.  Multiplex layers are a little easier to use, but I think you have more flexibility if you don&#8217;t use them.</p>
<p>If you look through the code, when I switch between layers, I&#8217;m actually creating a new scene &amp; attaching the layer to the scene, then calling replaceScene.  There are certainly different ways to do it, but that works best for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kent</title>
		<link>http://blog.acceleroto.com/2009/08/04/occurro-game-design-101-with-cocos2d-iphone/comment-page-1/#comment-31</link>
		<dc:creator>Kent</dc:creator>
		<pubDate>Sun, 09 Aug 2009 03:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.acceleroto.com/?p=102#comment-31</guid>
		<description>I am looking at the architecture of the framework and am interested in your choice to use layers basically as your control flow object instead of creating multiple scene class instances.  I am not presuming in anyway that you are wrong in your decision I am just taking an unofficial survey of Cocos2d usage styles.  I am assuming you only have 1 scene and that in that scene you are using multiplex layers.</description>
		<content:encoded><![CDATA[<p>I am looking at the architecture of the framework and am interested in your choice to use layers basically as your control flow object instead of creating multiple scene class instances.  I am not presuming in anyway that you are wrong in your decision I am just taking an unofficial survey of Cocos2d usage styles.  I am assuming you only have 1 scene and that in that scene you are using multiplex layers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

