Quote: "what is the best way to make a game have multiple levels?"
It would be best to save all your level data (object positions, health values, player(s) position(s), level settings, etc...) to a file, and whenever your player reaches the next level, you load all the data in, and assign those values to every asset in your game.
TDK Man has some really good tutorials, which can be found
HERE
Quote: "I was also wondering--let's say you need a sound to play every time the character lands for example, would you simply have that gosub to a sub that plays a sound?"
Yes, you can make a gosub routine, or a function to make something happen in your game, but that isn't allways necessary. Each line of code within a loop is run over and over again, but gosubs and functions are not allways run every loop. Gosubs and functions are there to make your code more structured and easier to read.
Quote: "ohh, how do i add a signature image to my posts?"
Well, in the 'Signature' textbox on your 'Profile' page, you simply copy/paste the url of the image that you want displayed, like this for example:
[IMG]http://i742.photobucket.com/albums/xx64/chriske/Slayer_Logo.png[/IMG]
Just remember to add the [IMG] and the [/IMG] at the beginning/end of the url.
Hope this helps?
Cheers
SLAYER RULES! YEAH, MAN!!