<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Coding Help</title>
		<link>http://teamxsaturn.forumotion.net/coding-help-f5/-t1.htm</link>
		<description></description>
		<lastBuildDate>Thu, 17 Jul 2008 12:44:03 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>Coding Help</title>
			<url>http://hitskin.com/themes/10/24/25/i_logo.gif</url>
			<link>http://teamxsaturn.forumotion.net/coding-help-f5/-t1.htm</link>
		</image>
		<item>
			<title>Help with directional input</title>
			<link>http://teamxsaturn.forumotion.net/coding-help-f5/help-with-directional-input-t3.htm</link>
			<dc:creator>AquaClouds</dc:creator>
			<description>I get an error whenever I try pressing any directional button. The error says &quot;loop in gettable&quot;

Here is my code:

Code:cursor=Image.load&#40;&quot;cursor.png&quot;&#41;



while true do

pad = Controls.read&#40;&#41;

screen&#58;clear&#40;&#41;



screen&#58;blit&#40;0,0,cursor&#41;



if pad&#58;left&#40;&#41; then

cursor.x = cursor.x-10

end



if pad&#58;right&#40;&#41; then

cursor.x = cursor.x+10

end



if pad&#58;up&#40;&#41; then

cursor.y = cursor.y-10

end



if  ...</description>
			<category>Coding Help</category>
			<pubDate>Thu, 17 Jul 2008 06:32:26 GMT</pubDate>
			<comments>http://teamxsaturn.forumotion.net/coding-help-f5/help-with-directional-input-t3.htm#3</comments>
			<guid>http://teamxsaturn.forumotion.net/coding-help-f5/help-with-directional-input-t3.htm</guid>
		</item>
		<item>
			<title>Help with tables</title>
			<link>http://teamxsaturn.forumotion.net/coding-help-f5/help-with-tables-t4.htm</link>
			<dc:creator>AquaClouds</dc:creator>
			<description>I'm back again, and it seems like the tutorial on EvilMana isn't too descriptive on how to print values in a table.

Well here's the relevant parts of my code:

Code:

white=Color.new &#40;255,255,255&#41;

Commands=&#123;&quot;Fight&quot;,&quot;Item&quot;,&quot;Magic&quot;,&quot;Run&quot;&#125;



function Commands&#40;&#41;

screen&#58;print&#40;220,200,Commands&#91;1&#93;,white&#41;

screen&#58;print&#40;220,215,Commands&#91;2&#93;,white&#41;

screen&#58;print&#40;220,230,Commands&#91;3&#93;,white&#41;

screen&#58;print&#40;220,245,Commands&#91;4&#93;,white&#41;

end



while  ...</description>
			<category>Coding Help</category>
			<pubDate>Thu, 17 Jul 2008 12:44:03 GMT</pubDate>
			<comments>http://teamxsaturn.forumotion.net/coding-help-f5/help-with-tables-t4.htm#6</comments>
			<guid>http://teamxsaturn.forumotion.net/coding-help-f5/help-with-tables-t4.htm</guid>
		</item>
	</channel>
</rss>