Ok game-makers I know Game Editor is tough to learn and Iam here to make it easier. All my steps will be step by step text tutorial on how to make a side-scrolling adventure game for iphone and windows mobile devices.
Ok now before we begin go ahead start the game editor along the top of screeen where there are gray tabs click on game properties and where you see resolution go ahead and change it to the resolution of your device.I included the game we are covering so you can use it as reference.
Now add these actors to the game using your own graphics or the ones i supply for you. There is a gray add actor command along the top.
Hero
land
left
right
jump
We will add the enemy later.
Now go ahead and add animations to each of the actors and for the land actor add 3-4 animations.
Ok good now you completed 10% of the process and set the table up.
Now go to the global code grey tab on the top of screen and click on it
type these words in the large gray space.
lefth;
righth;
jumph;
now on the bottom of screen you will see the word name type this in that box
herovar
Now for the last part go to the grey tab on the bottom of screen and click on variables
A grey box appears where it says name put lefth; then go down to where it says name and put herovar then click add.
Do this for righth; and jumph;
After you finished where it says add next to herovar click on the add button.
The words disappear now click on close. Now your 30% done now that you set the table the real fun begins!!!
TAGS: making iphone game,making windows mobile games,iphone tutorials,windows mobile tutorials,step by step tutorials