codes for game editor

Non-platform specific questions.

codes for game editor

Postby .:JACKO:. » Wed Feb 20, 2008 9:44 pm

will somebody tell me some codes for the game editor?? like how to make them jump then land because when i do it they just jump and float away haha
.:JACKO:.
 
Posts: 3
Joined: Wed Feb 20, 2008 9:39 pm
Score: 0 Give a positive score

Re: codes for game editor

Postby Troodon » Wed Feb 20, 2008 11:19 pm

Welcome to the forums Jacko.
You may like to check out the in-built tutorials in Game Editor and then the documentation page. :)
I can't die, I already tried
~on the forums since GE 1.3.3~
User avatar
Troodon
 
Posts: 1539
Joined: Thu Jan 12, 2006 3:29 pm
Location: HELL
Score: 56 Give a positive score

Re: codes for game editor

Postby .:JACKO:. » Thu Feb 21, 2008 4:21 am

thanx =]
where abouts is that?
.:JACKO:.
 
Posts: 3
Joined: Wed Feb 20, 2008 9:39 pm
Score: 0 Give a positive score

Re: codes for game editor

Postby Troodon » Thu Feb 21, 2008 1:13 pm

You can find both in Game Editor under the 'help' button. :)
I can't die, I already tried
~on the forums since GE 1.3.3~
User avatar
Troodon
 
Posts: 1539
Joined: Thu Jan 12, 2006 3:29 pm
Location: HELL
Score: 56 Give a positive score

Re: codes for game editor

Postby Game A Gogo » Thu Feb 21, 2008 1:40 pm

you can also search trough the forum, the search thing top right of the forum at all time
Programming games is an art,
    Respect it.
User avatar
Game A Gogo
 
Posts: 3466
Joined: Wed Jun 29, 2005 10:49 pm
Location: French Canada *laughs*
Score: 181 Give a positive score

Re: codes for game editor

Postby .:JACKO:. » Thu Feb 21, 2008 9:01 pm

thanx =].
what do i put in the search??
and when i put it so i jump it dont land hel? haha
and how do i make stuff shoot??
lol
watch these =]
http://www.youtube.com/profile_videos?u ... olychicken
.:JACKO:.
 
Posts: 3
Joined: Wed Feb 20, 2008 9:39 pm
Score: 0 Give a positive score

Re: codes for game editor

Postby Bee-Ant » Fri Feb 22, 2008 11:05 am

tekdino wrote:Welcome to the forums

You didnt say that when I was just joined...
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: codes for game editor

Postby Troodon » Fri Feb 22, 2008 1:20 pm

You are wrong, I told you welcome! :)
At least if I remember correctly
I can't die, I already tried
~on the forums since GE 1.3.3~
User avatar
Troodon
 
Posts: 1539
Joined: Thu Jan 12, 2006 3:29 pm
Location: HELL
Score: 56 Give a positive score

Re: codes for game editor

Postby Bee-Ant » Mon Feb 25, 2008 10:22 am

You're wrong!
Nobody told me like that :cry:
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: codes for game editor

Postby Kalladdolf » Mon Feb 25, 2008 10:27 am

me neither...
come on, bee-ant, maybe because we didn't introduce ourselves properly.
The first thing I posted in the forums was my sickman game, with the following words:
just a simple side-scroller game with random levels :?


now, I think that someone might've guessed that I was new by the number of posts, but...
whatever,

...
:roll:

lol, is it really worth talking about ??? :lol:
User avatar
Kalladdolf
 
Posts: 2427
Joined: Sat Sep 08, 2007 8:22 am
Location: Germany
Score: 120 Give a positive score

Re: codes for game editor

Postby Bee-Ant » Mon Feb 25, 2008 10:58 am

Come'on for what?I dont think it's necessary
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: codes for game editor

Postby j2graves » Mon Feb 25, 2008 12:58 pm

I don't remember any welcome either...
No games to my name...
User avatar
j2graves
 
Posts: 1302
Joined: Thu Aug 16, 2007 6:42 pm
Location: on the other side of infinity
Score: 19 Give a positive score

Re: codes for game editor

Postby j2graves » Mon Feb 25, 2008 1:03 pm

ok, here are the basics:

draw actor means that the event takes place at all times. so to make gravity, you must make a draw actor event and a script editor action
Code: Select all
yvelocity = yvelocity = .5;


remember that you must end each command with a semi colin.

now to make the actor jump, you must do a keydown event with another script editor action:
Code: Select all
yvelocity = yvelocity -5;


remember this: y positive = down, y negative = up x positive = right, x negative = left
No games to my name...
User avatar
j2graves
 
Posts: 1302
Joined: Thu Aug 16, 2007 6:42 pm
Location: on the other side of infinity
Score: 19 Give a positive score

Re: codes for game editor

Postby Bee-Ant » Tue Feb 26, 2008 1:40 pm

Why you dont click Help=>Documentation anyway???
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: codes for game editor

Postby Azou » Wed Feb 27, 2008 5:15 pm

Hey,j2graves, yveloctiy +=0.5 is more simple! :D
User avatar
Azou
 
Posts: 514
Joined: Thu Sep 13, 2007 1:12 pm
Score: 35 Give a positive score


Return to General

Who is online

Users browsing this forum: No registered users and 1 guest

cron