plzzzzzz help i suck im 11

Talk about making games.

plzzzzzz help i suck im 11

Postby ashton777 » Sun Dec 05, 2004 9:14 pm

i need help bad i dont get it in the tutorials it says go to data blabablababla and when i do as they say there is no data in actor control. so how do i make him move or any thing anyone give me help
ashton777
 
Posts: 9
Joined: Sun Dec 05, 2004 4:00 am
Score: 0 Give a positive score

Postby marciadietrich » Sun Dec 05, 2004 11:11 pm

You are young, and this stuff isn't always easy even for us older college educated folk. Here is a walk thru on adding an actor and having him move left and right with the arrow keys:

Open game editor

Add Actor, name = "player", press "Add"

Right click the player actor and choose "Actor control" ... "player" should be selected on the name then choose the "Add" button, choose "Key down" and press the left arrow key. "Add action" then choose "Script editor" from the list. A box opens that you can type in .. type x = x - 5; and then choose "Add" and "Immediate action" .

Now press the right arrow button, "Add action" and "Script editor" again, this time type x = x + 5; and choose "Add and Immediate action". Close that box and then close the big box. Press "Game Mode" from the top bar and you will be able to press left and right arrows making the character move in those directions. Escape takes you back to the editor.

I think someone suggested going thru the tutorials, they will run by themselves until done, and after it is over you can play around and look at what has been done in the example. Hope that helps... :)

Marcia
marciadietrich
 
Posts: 4
Joined: Sat Nov 27, 2004 5:53 pm
Score: 0 Give a positive score

Postby ashton777 » Mon Dec 06, 2004 1:33 am

ok thanks alot but how do you jump or fly
ashton777
 
Posts: 9
Joined: Sun Dec 05, 2004 4:00 am
Score: 0 Give a positive score

whats the code to fly or jump

Postby ashton777 » Mon Dec 06, 2004 2:18 am

ya ineed the code to fly or jump plz
ashton777
 
Posts: 9
Joined: Sun Dec 05, 2004 4:00 am
Score: 0 Give a positive score

Postby brutalDeluxe » Sun Dec 12, 2004 7:45 am

and off he rides into the sunset....

Image
User avatar
brutalDeluxe
 
Posts: 43
Joined: Sun Dec 12, 2004 7:43 am
Score: 0 Give a positive score

jump/fly

Postby willg101 » Thu Dec 16, 2004 10:16 pm

im no pro myself, only being 13, but here's a code for jumping:

first, click 'event add' (asuming you're in the actor control menu)
second, click 'key down'
third, press 'up' (or whatever the jump key is)
fourth, choose 'script editor'
fifth, type
Code: Select all
yvelocity=yvelocity-1;

sixth, click 'add' then 'immediate action'
----
That's for when the player holds the 'up' key down.
Next is for when they press up.
----
first, click 'event add'
second, click 'key up'
third, click 'script editor'
fourth, type:
Code: Select all
yvelocity=yvelocity*(-1);


**Just make sure you have ground or something to land on.
if you dont know how to do this, see the tutorials.

I hope this works ;)
http://www.wish-games.com
Old betas now available!!
User avatar
willg101
 
Posts: 473
Joined: Thu Dec 16, 2004 12:08 am
Location: West Michigan
Score: 5 Give a positive score


Return to Game Development

Who is online

Users browsing this forum: No registered users and 1 guest

cron