<?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>Tutorials</title>
		<link>http://teamxsaturn.forumotion.net/tutorials-f11/-t1.htm</link>
		<description></description>
		<lastBuildDate>Mon, 25 Aug 2008 23:53:40 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>Tutorials</title>
			<url>http://hitskin.com/themes/10/24/25/i_logo.gif</url>
			<link>http://teamxsaturn.forumotion.net/tutorials-f11/-t1.htm</link>
		</image>
		<item>
			<title>Lua tutorial 2</title>
			<link>http://teamxsaturn.forumotion.net/tutorials-f11/lua-tutorial-2-t19.htm</link>
			<dc:creator>PSProgramer</dc:creator>
			<description>Please make sure you have gone through lua tutorial 1 before begining this tutorial. You can find it in these same forums. 



Your first Program



Alright open up your favorite text editor, to start coding. First thing you want to do is make a comment stating what the program is for. Comments are text that you put in, that lua won't read. It's really good for labeling you scripts, and dividing it up, to make it easier to read. To make a comment add -- before a line, like this:

Code:--  ...</description>
			<category>Tutorials</category>
			<pubDate>Mon, 25 Aug 2008 23:53:40 GMT</pubDate>
			<comments>http://teamxsaturn.forumotion.net/tutorials-f11/lua-tutorial-2-t19.htm#32</comments>
			<guid>http://teamxsaturn.forumotion.net/tutorials-f11/lua-tutorial-2-t19.htm</guid>
		</item>
		<item>
			<title>Lua tutorial 1</title>
			<link>http://teamxsaturn.forumotion.net/tutorials-f11/lua-tutorial-1-t18.htm</link>
			<dc:creator>PSProgramer</dc:creator>
			<description>Hey, I'm going to start a beginner Lua tutorial series, so for anybody wanting to code for the PSP in Lua, here's your chance.



Getting Prepared For Lua



Well first things first, and that is getting all of the required programs, for coding in lua. First make sure that you have custom firmware on your PSP, and make sure that you have 1.50 kernel. If you don't have one of those two, then google search, or look on the site, and you will definitly find a way to do it. If you do have both  ...</description>
			<category>Tutorials</category>
			<pubDate>Mon, 25 Aug 2008 23:43:27 GMT</pubDate>
			<comments>http://teamxsaturn.forumotion.net/tutorials-f11/lua-tutorial-1-t18.htm#31</comments>
			<guid>http://teamxsaturn.forumotion.net/tutorials-f11/lua-tutorial-1-t18.htm</guid>
		</item>
		<item>
			<title>Sprite Sheet tutorial [Beginner]</title>
			<link>http://teamxsaturn.forumotion.net/tutorials-f11/sprite-sheet-tutorial-beginner-t8.htm</link>
			<dc:creator>PSProgramer</dc:creator>
			<description>Alright this is a tut for people who want to use sprites from a sprite sheet without separating it into many different images. 



first thing you will need is a sprite sheet with transparency. All this means is that you cant see the background. I will upload another tut soon on adding transparency to an image. 



Now you need to load the sprite sheet into your script, like any other image. before 



while true do



load the sprite sheet like this:



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



obviously  ...</description>
			<category>Tutorials</category>
			<pubDate>Sun, 20 Jul 2008 20:17:00 GMT</pubDate>
			<comments>http://teamxsaturn.forumotion.net/tutorials-f11/sprite-sheet-tutorial-beginner-t8.htm#15</comments>
			<guid>http://teamxsaturn.forumotion.net/tutorials-f11/sprite-sheet-tutorial-beginner-t8.htm</guid>
		</item>
	</channel>
</rss>