Step by Step tutorial database for beginers

Learn how to make certain types of games and use gameEditor.

Step by Step tutorial database for beginers

Postby krenisis » Sat Jul 10, 2010 11:13 pm

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

Last edited by krenisis on Thu Jul 22, 2010 7:00 pm, edited 1 time in total.
Tutorial Database for all beginners click this link
viewtopic.php?f=4&t=8680
krenisis
 
Posts: 606
Joined: Sat Jul 25, 2009 3:27 pm
Score: 51 Give a positive score

Re: Step by Step tutorial database for beginers

Postby krenisis » Sat Jul 10, 2010 11:13 pm

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

Tutorial Database for all beginners click this link
viewtopic.php?f=4&t=8680
krenisis
 
Posts: 606
Joined: Sat Jul 25, 2009 3:27 pm
Score: 51 Give a positive score

Re: Step by Step tutorial database for beginers

Postby krenisis » Sat Jul 10, 2010 11:34 pm

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.

Tutorial Database for all beginners click this link
viewtopic.php?f=4&t=8680
krenisis
 
Posts: 606
Joined: Sat Jul 25, 2009 3:27 pm
Score: 51 Give a positive score

Re: Step by Step tutorial database for beginers

Postby krenisis » Sun Jul 18, 2010 6:05 am

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.
Tutorial Database for all beginners click this link
viewtopic.php?f=4&t=8680
krenisis
 
Posts: 606
Joined: Sat Jul 25, 2009 3:27 pm
Score: 51 Give a positive score

Re: Step by Step tutorial database for beginers

Postby makslane » Sun Jul 18, 2010 2:19 pm

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.
Game Editor is an open source game creator software that's wants to pay it's developers to keep evolving.
If you like Game Editor, make a review!
makslane
Site Admin
 
Posts: 3947
Joined: Sat Apr 05, 2003 6:47 pm
Score: 182 Give a positive score

Re: Step by Step tutorial database for beginers

Postby Hblade » Sun Jul 18, 2010 2:21 pm

I'll get to work on linking the tutorials made on the forums to the Tutorials page, so you can unsticky them :D
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score

Re: Step by Step tutorial database for beginers

Postby Fojam » Sun Jul 18, 2010 3:12 pm

thank you so much for this
I was having a lot of trouble with the iphone onscreen buttons
CLICK TO GIVE ME POINTS

My Latest Projects:
Super Smash Bros: viewtopic.php?f=6&t=12307 PLEASE help by making sprites!
User avatar
Fojam
 
Posts: 513
Joined: Thu Mar 19, 2009 10:02 pm
Location: under your bed!!!
Score: 69 Give a positive score

Re: Step by Step tutorial database for beginers

Postby krenisis » Sun Jul 18, 2010 6:09 pm

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.
krenisis
 
Posts: 606
Joined: Sat Jul 25, 2009 3:27 pm
Score: 51 Give a positive score

Re: Step by Step tutorial database for beginers

Postby Fojam » Mon Jul 19, 2010 2:15 am

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
CLICK TO GIVE ME POINTS

My Latest Projects:
Super Smash Bros: viewtopic.php?f=6&t=12307 PLEASE help by making sprites!
User avatar
Fojam
 
Posts: 513
Joined: Thu Mar 19, 2009 10:02 pm
Location: under your bed!!!
Score: 69 Give a positive score

Re: Step by Step tutorial database for beginers

Postby krenisis » Tue Jul 20, 2010 9:47 pm

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.
Tutorial Database for all beginners click this link
viewtopic.php?f=4&t=8680
krenisis
 
Posts: 606
Joined: Sat Jul 25, 2009 3:27 pm
Score: 51 Give a positive score

Re: Step by Step tutorial database for beginers

Postby krenisis » Thu Jul 22, 2010 6:48 pm

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?
Tutorial Database for all beginners click this link
viewtopic.php?f=4&t=8680
krenisis
 
Posts: 606
Joined: Sat Jul 25, 2009 3:27 pm
Score: 51 Give a positive score

Re: Step by Step tutorial database for beginers

Postby drinkingpee » Wed Jul 28, 2010 11:11 am

swell!, this will definitely help me thanks dude :D
drinkingpee
 
Posts: 13
Joined: Tue Jul 27, 2010 4:01 pm
Score: 1 Give a positive score

Re: Step by Step tutorial database for beginers

Postby krenisis » Tue Aug 03, 2010 3:09 am

No problem enjoy learning game editor. If there is any questions on the tutorials or confusion please ask and I will answer.
Tutorial Database for all beginners click this link
viewtopic.php?f=4&t=8680
krenisis
 
Posts: 606
Joined: Sat Jul 25, 2009 3:27 pm
Score: 51 Give a positive score

Re: Step by Step tutorial database for beginers

Postby zxcvbnm » Wed Dec 08, 2010 11:50 pm

ZThese are basic tutorials aimed at helping you.
Check out Momo AlienStarcatcher , featured in apples new and noteworthy and has 5 star reviews!!!
http://itunes.apple.com/us/app/momo-ali ... 61779?mt=8
zxcvbnm
 
Posts: 248
Joined: Sun Aug 22, 2010 7:57 pm
Score: 10 Give a positive score


Return to Tutorials

Who is online

Users browsing this forum: No registered users and 1 guest