Page 1 of 1
Realistic jumping
Posted:
Tue Jan 27, 2009 10:53 am
by metaknight22
How can I make my character do a realistic jump?
This is the game file.
Re: Realistic jumping
Posted:
Tue Jan 27, 2009 12:21 pm
by jimmynewguy
here its really simple, try searching for topics before creating more post, most problems have allready been soved and do not need to be explained again..ok?
Re: Realistic jumping
Posted:
Wed Jan 28, 2009 8:04 am
by metaknight22
Thanks for that. From now on I'll look harder.
Re: Realistic jumping
Posted:
Wed Jan 28, 2009 2:34 pm
by jimmynewguy
no problem and thanx
Re: Realistic jumping
Posted:
Thu Jan 29, 2009 9:57 pm
by metaknight22
How did you make the actor groundcollide?
EDIT: Never mind. How can I make the actor bigger?
Re: Realistic jumping
Posted:
Fri Jan 30, 2009 1:05 am
by skydereign
-Edit
Did not get the context...
Re: Realistic jumping
Posted:
Fri Jan 30, 2009 1:15 am
by jimmynewguy
right click it and choose unlock, then drag the corner
Re: Realistic jumping
Posted:
Fri Jan 30, 2009 7:14 am
by metaknight22
How do I define jump???
Re: Realistic jumping
Posted:
Fri Jan 30, 2009 7:34 am
by skydereign
The variable? You can use global code, or in any script: Variables->Add; jump, and leave the defaults and press add.
In global script;
- Code: Select all
int jump;
Then save the global script.
Re: Realistic jumping
Posted:
Fri Jan 30, 2009 8:52 am
by metaknight22
Thanks for all your help.
It's working now.