man what is this thing what do you do im only 11 i dont...

Game Editor comments and discussion.

man what is this thing what do you do im only 11 i dont...

Postby ashton777 » Sun Dec 05, 2004 4:03 am

wat do you do i no you make games but how can someone send me a game that i dsont have to download im not aloud to and can you make a game wqith sticks ok by. email me at http://www.ashtonlumley@yahoo.com [/img][/code]
ashton777
 
Posts: 9
Joined: Sun Dec 05, 2004 4:00 am
Score: 0 Give a positive score

Postby jazz_e_bob » Sun Dec 05, 2004 5:52 am

Hi Ashton,

Receiving a game by email is no different from downloading it from a web site.

:)

You could make a game using sticks but GE is best with animations.

Good luck!
Controlling complexity is the essence of computer programming.
User avatar
jazz_e_bob
 
Posts: 742
Joined: Tue Jul 01, 2003 9:38 pm
Location: Bloke from Cockatoo Creek Australia
Score: 14 Give a positive score

Postby ashton777 » Sun Dec 05, 2004 8:15 pm

dude im trying it i dont no any thing can someone show me how to make a moving game just left and just going rite any thing i need help
ashton777
 
Posts: 9
Joined: Sun Dec 05, 2004 4:00 am
Score: 0 Give a positive score

Postby jazz_e_bob » Sun Dec 05, 2004 10:25 pm

Start Game Editor.

Click on Help.

The "getting started" section is a good place to start. :)
Controlling complexity is the essence of computer programming.
User avatar
jazz_e_bob
 
Posts: 742
Joined: Tue Jul 01, 2003 9:38 pm
Location: Bloke from Cockatoo Creek Australia
Score: 14 Give a positive score

Postby ashton777 » Sun Dec 05, 2004 10:29 pm

i did i cant get to data how do you get there and to move my guy i press add and then key down then skript editor but it wont let me pass i no the code to move left and right but it wont let me pass
ashton777
 
Posts: 9
Joined: Sun Dec 05, 2004 4:00 am
Score: 0 Give a positive score

Postby jazz_e_bob » Sun Dec 05, 2004 10:49 pm

OK

Lets simply things by starting with a new game.

Add an actor - call him "player".

Right mouse click on Player and go to Actor Control.

Add Event KeyDown

Press left arrow key

Select Script

Type x = x - 4;

Click Add

Click Immediate Action

Click Close

Click Close


Now in Game Mode you should be able to move your player left. ( I'll let you work out how to make the player move right..
:wink: )
Controlling complexity is the essence of computer programming.
User avatar
jazz_e_bob
 
Posts: 742
Joined: Tue Jul 01, 2003 9:38 pm
Location: Bloke from Cockatoo Creek Australia
Score: 14 Give a positive score

Postby ashton777 » Sun Dec 05, 2004 11:02 pm

ok thats good now whats the code to jump or fly
ashton777
 
Posts: 9
Joined: Sun Dec 05, 2004 4:00 am
Score: 0 Give a positive score

Postby jazz_e_bob » Mon Dec 06, 2004 1:59 am

ok

You'll need gravity if you are going to jump.

Right mouse click player

Add event Draw Actor

Add action script

Type yvelocity = yvelocity + 1;

Add

Immediate Action

Close

Close
Controlling complexity is the essence of computer programming.
User avatar
jazz_e_bob
 
Posts: 742
Joined: Tue Jul 01, 2003 9:38 pm
Location: Bloke from Cockatoo Creek Australia
Score: 14 Give a positive score

Postby ashton777 » Mon Dec 06, 2004 9:45 pm

how do you add gravity or no gravity
ashton777
 
Posts: 9
Joined: Sun Dec 05, 2004 4:00 am
Score: 0 Give a positive score

Postby jazz_e_bob » Mon Dec 06, 2004 10:08 pm

If you don't use the code I mentioned above you will have no gravity.

There is a platformer tutorial under the help menu. You should check it out. It will answer all of your questions and teach you a bit about how Game Editor works.
:)
Last edited by jazz_e_bob on Mon Dec 06, 2004 10:11 pm, edited 1 time in total.
Controlling complexity is the essence of computer programming.
User avatar
jazz_e_bob
 
Posts: 742
Joined: Tue Jul 01, 2003 9:38 pm
Location: Bloke from Cockatoo Creek Australia
Score: 14 Give a positive score

Postby ashton777 » Mon Dec 06, 2004 10:10 pm

ya but when i put it in i play it mmakes me fall down not up is there something els
ashton777
 
Posts: 9
Joined: Sun Dec 05, 2004 4:00 am
Score: 0 Give a positive score

Postby jazz_e_bob » Mon Dec 06, 2004 10:15 pm

That's right. Gravity will make your player fall down.

Add an actor called "platform".

When "player" collides with platform use Physical Response with the final velocity multiplier of the event actor set to 0.

This means that player can land safely on the platform.

Now to jump. On key press "UP" use yvelocity = -6;
Controlling complexity is the essence of computer programming.
User avatar
jazz_e_bob
 
Posts: 742
Joined: Tue Jul 01, 2003 9:38 pm
Location: Bloke from Cockatoo Creek Australia
Score: 14 Give a positive score


Return to GE - General

Who is online

Users browsing this forum: No registered users and 1 guest

cron