I have a game on my mind. I already wrote out a design document to the best of my abilities and I have most of the graphics and sounds I'll need thanks to a friend on the net. Now I have a few questions concerning my game (by the way my game is slightly Super Mario World like).
Q-1. How would I do a Super Mario World type world map? (i.e. you walk on thisworld map and there are circular pads that represent levels and if you hit (insert keyboard button here) you will enter the level but if it is a level they have never done they can't continue past it till they finish it.
Q-2. How would I do a mario side scroller type level where the player can move left and right, etc. and as they go right the screen goes with revealing more of the map same with if you went left.
Q-3. How would I program a realistic mario jump? Like if they hit umm... M they would jump and they could jump over walls, and holes, and hit enemies, etc. but if they mis-aim when they jump a hole they will die or if an enemy touches them before of after they jump they die.
Q-4. How would I program enemies to only walk a certain distance than walk back? (i.e. they go back and forth) and when youre character is in their walking area they speed up at the character and if he's touched he'll die, if he jumps on it or uses a power up he kills them.
Q-5. How would I program a mario like pwer up system (where he hits blocks and a specific item comes out and you can only hit it once and if he hits a coin block he can continue to hit it for a certain amount of coins (like 5 coins).
Q-6. How would I do a scoring program like every enemy killed is 5 points and every coin is 1 point and if you collect 5 let's say nintendo coins that nets them 100 points and a 1up.
Q-7. How would I do a saving program where you can have three files and if you hit enter and select save from the menu another menu pops up with the available files and they can save over new ones or save on a empty save slot. and at the main menu how would I do it where if they select delete file they can delete a file they select?
Q-8. How would I do a cut scene? Since my game is 2D I'm guessing animate it in something like photoshop, save it as a gif and load it at the point in the game the scene is supposed to occur?
These are all I can think of for now, I'll add more as I think them up but please feel free to answer the ones that are already here. Any help and code would be greatly appreciated.
EDIT: I thought of 1 new question.
Q-9. How would I do a cheat system. Like if they select cheats from the main menu and then they enter the cheat they hear a sound confirming it and then in game they go to the menu and select active cheats and select the cheat they want to use or if it's a play as a secret character cheat they can choose who they play as at the start of a new game. Also for the cheat menu like onsome games it shows you the buttons you are pressing (like if they press down on the arrow keys it shows the down icon on the screen) how would I do that as well?