Page 1 of 1

Step by Step tutorial database for beginers

PostPosted: Sat Jul 10, 2010 11:13 pm
by krenisis
I notice alot of new comers here and I welcome you. I know you want to learn as much as possible as quick as possible. So here I will put and list of tutorials and a direct link to them so you dont have to search everywhere for them. Just come here look up what you need to know and click on the link. Most basic subject have been covered. Please hit the points button if I helped you.

How to make a simple platform game this include making your actor move left , right,jump,create platforms,declare variables,interaction with enemies,


How to make a titlescreen menu this includes making a title screen, menu options, so that your game looks more professional, in very easy steps


Re: Step by Step tutorial database for beginers

PostPosted: Sat Jul 10, 2010 11:13 pm
by krenisis
Here are more tutorials

How to make an iphone game covers how to make onscreen keys, move your actor around, platform building ,variables,etc. By the time you finish you have a small game to work with for your iphone device


How to declare a variable will help you if you need extra help on declaring variables, every beginner should learn this will help you tremedously


Re: Step by Step tutorial database for beginers

PostPosted: Sat Jul 10, 2010 11:34 pm
by krenisis
How to make your actor shoot and how to make the enemy shoot at you.


Want to make a pacman game? This tutorial can show you how.


Re: Step by Step tutorial database for beginers

PostPosted: Sun Jul 18, 2010 6:05 am
by krenisis
Iam requesting this thread be a sticky so I can add more to it. This thread will help all the newbies and push sales. I will do a part 2 to the iphone tutorial if this thread is stuck.

Re: Step by Step tutorial database for beginers

PostPosted: Sun Jul 18, 2010 2:19 pm
by makslane
We need to have turorials on the site (Like http://game-editor.com/Tutorials).
I think is not a good idea have a lot of stick posts on the forum.

The Tutorials page can point to tutorials on the site or to posts on the forum.

Re: Step by Step tutorial database for beginers

PostPosted: Sun Jul 18, 2010 2:21 pm
by Hblade
I'll get to work on linking the tutorials made on the forums to the Tutorials page, so you can unsticky them :D

Re: Step by Step tutorial database for beginers

PostPosted: Sun Jul 18, 2010 3:12 pm
by Fojam
thank you so much for this
I was having a lot of trouble with the iphone onscreen buttons

Re: Step by Step tutorial database for beginers

PostPosted: Sun Jul 18, 2010 6:09 pm
by krenisis
Yes we have alot of new people and game editor is not exactly easy. With tutorials more people will stay and buy the product . Buy making tutorials easier to find more people will have success building games. With success builds confidence.

Re: Step by Step tutorial database for beginers

PostPosted: Mon Jul 19, 2010 2:15 am
by Fojam
Im not new I just didnt think of usin a draw actor event to make that mouse button down thing countinuous. It would help of maybe makslane added a repeat enable/disable option for mouse button downs
Thank you for putting this up though

Re: Step by Step tutorial database for beginers

PostPosted: Tue Jul 20, 2010 9:47 pm
by krenisis
No problem , if anyone has questions on any tutorials please post them here so I or any of the game editor staff can help you.

Re: Step by Step tutorial database for beginers

PostPosted: Thu Jul 22, 2010 6:48 pm
by krenisis
For mouse button down if you dont want the button to repeat use this code
variable: punch

if mouse button down event put this code in place

if(punch==1)
{
(put the action you want here)
punch=0;
}

Now your charator punches the command will only be executed one time. Any more questions?

Re: Step by Step tutorial database for beginers

PostPosted: Wed Jul 28, 2010 11:11 am
by drinkingpee
swell!, this will definitely help me thanks dude :D

Re: Step by Step tutorial database for beginers

PostPosted: Tue Aug 03, 2010 3:09 am
by krenisis
No problem enjoy learning game editor. If there is any questions on the tutorials or confusion please ask and I will answer.

Re: Step by Step tutorial database for beginers

PostPosted: Wed Dec 08, 2010 11:50 pm
by zxcvbnm
ZThese are basic tutorials aimed at helping you.