<?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: Inaria iPhone, Update 1</title>
	<atom:link href="http://www.viridiangames.com/blog/inaria-iphone-update-1/feed" rel="self" type="application/rss+xml" />
	<link>http://www.viridiangames.com/blog/inaria-iphone-update-1</link>
	<description>The professional blog of Anthony Salter, game programmer.</description>
	<lastBuildDate>Sun, 25 Jul 2010 12:42:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Casey Dunham</title>
		<link>http://www.viridiangames.com/blog/inaria-iphone-update-1/comment-page-1#comment-2118</link>
		<dc:creator>Casey Dunham</dc:creator>
		<pubDate>Sat, 09 May 2009 01:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.viridiangames.com/blog/?p=973#comment-2118</guid>
		<description>When I get an iphone, yours will be the first game I purchase (well, if it is out which is entirely possible since I don&#039;t plan on getting an iphone soon in which case it might be the nth game in a series of game purchases but definitely purchased).</description>
		<content:encoded><![CDATA[<p>When I get an iphone, yours will be the first game I purchase (well, if it is out which is entirely possible since I don&#8217;t plan on getting an iphone soon in which case it might be the nth game in a series of game purchases but definitely purchased).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.viridiangames.com/blog/inaria-iphone-update-1/comment-page-1#comment-2117</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 08 May 2009 21:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.viridiangames.com/blog/?p=973#comment-2117</guid>
		<description>I can lend you an itouch for a few days, when you reach the stage where ya need it.</description>
		<content:encoded><![CDATA[<p>I can lend you an itouch for a few days, when you reach the stage where ya need it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Cardin</title>
		<link>http://www.viridiangames.com/blog/inaria-iphone-update-1/comment-page-1#comment-2116</link>
		<dc:creator>Dan Cardin</dc:creator>
		<pubDate>Fri, 08 May 2009 21:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.viridiangames.com/blog/?p=973#comment-2116</guid>
		<description>landscape will be the only way to keep all those on the screen without making it crowded.

I personally would rather have more screen space, so it would be cool if you could make the map the whole screen. Then make the dpad overlay on the map, and the stats able to pop in and out (toggled when pressing a button on the right). Then the text would look like a chat on the left, where they fade away over time and as you get more. Then finally the 4 other buttons on the side somewhere. Something like this. 

http://i39.tinypic.com/j6s7pj.jpg</description>
		<content:encoded><![CDATA[<p>landscape will be the only way to keep all those on the screen without making it crowded.</p>
<p>I personally would rather have more screen space, so it would be cool if you could make the map the whole screen. Then make the dpad overlay on the map, and the stats able to pop in and out (toggled when pressing a button on the right). Then the text would look like a chat on the left, where they fade away over time and as you get more. Then finally the 4 other buttons on the side somewhere. Something like this. </p>
<p><a href="http://i39.tinypic.com/j6s7pj.jpg" rel="nofollow">http://i39.tinypic.com/j6s7pj.jpg</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WonderMellon</title>
		<link>http://www.viridiangames.com/blog/inaria-iphone-update-1/comment-page-1#comment-2115</link>
		<dc:creator>WonderMellon</dc:creator>
		<pubDate>Fri, 08 May 2009 20:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.viridiangames.com/blog/?p=973#comment-2115</guid>
		<description>Virtual D-Pads can work.  You can do this but having a button for each direction with an alpha value of 0.  You will need to be sure that the button is the top view or else your map may end up catching the touch instead of the button.  

I have been working on an iPhone RPG for a long time now and I am still not as far along as you.  Good Job on the work so far.  

Here are some things to keep in mind:
1) The simulator uses the full processing power of the computer so you can only get a good feel for the performance of the app by running on an actual device.
2) An iPhone and an iPod Touch may perform similarly, but thera are a lot more processes in the background of the iPhone.  Make sure you test with an actual working phone before releasing.  My first app ran great on the touch and crashed miserably on the the phone.  My reviews have never recovered.
3) The simulator is not 100% accurate.  There are some items that work on the device (like sound and video formats) that will not work on the simulator.  I have an app that provides sound effects and none of the sounds play on the simulator, but all work on the device.

Keep up the good work.  I look forward to playing on my device!</description>
		<content:encoded><![CDATA[<p>Virtual D-Pads can work.  You can do this but having a button for each direction with an alpha value of 0.  You will need to be sure that the button is the top view or else your map may end up catching the touch instead of the button.  </p>
<p>I have been working on an iPhone RPG for a long time now and I am still not as far along as you.  Good Job on the work so far.  </p>
<p>Here are some things to keep in mind:<br />
1) The simulator uses the full processing power of the computer so you can only get a good feel for the performance of the app by running on an actual device.<br />
2) An iPhone and an iPod Touch may perform similarly, but thera are a lot more processes in the background of the iPhone.  Make sure you test with an actual working phone before releasing.  My first app ran great on the touch and crashed miserably on the the phone.  My reviews have never recovered.<br />
3) The simulator is not 100% accurate.  There are some items that work on the device (like sound and video formats) that will not work on the simulator.  I have an app that provides sound effects and none of the sounds play on the simulator, but all work on the device.</p>
<p>Keep up the good work.  I look forward to playing on my device!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thehomestargunner</title>
		<link>http://www.viridiangames.com/blog/inaria-iphone-update-1/comment-page-1#comment-2114</link>
		<dc:creator>thehomestargunner</dc:creator>
		<pubDate>Fri, 08 May 2009 17:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.viridiangames.com/blog/?p=973#comment-2114</guid>
		<description>Are you planning to have landscape or portrait layout? If you have land scape it might be easier on people&#039;s hands. You could have directional pad and stats on left and messages and actions on the right. You might even switch to full when on map view.</description>
		<content:encoded><![CDATA[<p>Are you planning to have landscape or portrait layout? If you have land scape it might be easier on people&#8217;s hands. You could have directional pad and stats on left and messages and actions on the right. You might even switch to full when on map view.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
