Page 1 of 1

Little help

PostPosted: Wed Oct 03, 2007 7:34 am
by enjoto
I want to make my own game but i cant when i make the character i make him when press LEFT to go left and to change the animation into walking left but when i press left it stays in the same place it just changes the sprites and i can make only left i don't know why i make right but when i pres it nothin hapens.
And in one site (where i found game-editor i don't remember the site) i sow a text about game editor and start to read it in the text it was saying that with game editor i can make and Mobile phone games too. How can i do them ?

SORRY I AM TOO BAD WITH ENGLISH

Re: Little help

PostPosted: Wed Oct 03, 2007 8:35 am
by Kalladdolf
Ok, read that:

Key down -> left -> Script Editor -> x=x+5; -> add -> immideate action
Key down -> right -> Script Editor -> x=x-5; -> add -> immideate action

Now your actor moves left or right when you press the left or right key.

You can make games for cell phones too, but only for the windows-mobile-based ones.
Here's how: You go on Config -> game properties.
At the top it says: "game resolution". Click on the button beside and on the resolution you want for your game. This will change the size of the view. It must fit to the cell-phone screen, of course.
Now you can make your game, finish it and save it.
After that click on:
File -> export
Enter the name of your game in the textbox and choose the EXPORT TYPE.
There you can choose between Pocket PC, GPX2, PC, Cell-phone and other types.
At last you export the game. Then copy the exported .exe on your phone and have fun! :D

Um.... I hope that helped... :shock: :shock:

Re: Little help

PostPosted: Wed Oct 03, 2007 9:04 am
by enjoto
Yea it help but i don't understand i make the thin for the moving the same first time i tried game-editor and it didn't work but now it work :shock: