Page 1 of 2

ok how do you make it were you can jump from a platform?

PostPosted: Wed Nov 21, 2007 10:46 pm
by westkevin12
everytime i try to jump from a platform it sends me directly under it?:(

Re: ok how do you make it were you can jump from a platform?

PostPosted: Wed Nov 21, 2007 11:11 pm
by mrgame
hummmm

y = y -
remmebr
- is up
+ is down

try that if not reply back ill se wt i can do

Re: ok how do you make it were you can jump from a platform?

PostPosted: Wed Nov 21, 2007 11:14 pm
by westkevin12
well ok maby i didnot ask my question right i made a platform that you can jump on in game mode you can land on it but when you press the jump button you do not jump you fall through it

Re: ok how do you make it were you can jump from a platform?

PostPosted: Wed Nov 21, 2007 11:17 pm
by mrgame
send me the .ged file and data
just coppy the .ged and the data file in a zip file and upload here.
ill have a look then tell ya what to do
its probly one of those simple mystakes that are overlooked

Re: ok how do you make it were you can jump from a platform?

PostPosted: Wed Nov 21, 2007 11:22 pm
by Rux
It might be that you didn't repete the collision with the path.

Re: ok how do you make it were you can jump from a platform?

PostPosted: Wed Nov 21, 2007 11:23 pm
by westkevin12
ok so srry how do i make it a zip?

Re: ok how do you make it were you can jump from a platform?

PostPosted: Wed Nov 21, 2007 11:25 pm
by mrgame
right click the folder you want and click send to zip
compressed zip folder

Re: ok how do you make it were you can jump from a platform?

PostPosted: Wed Nov 21, 2007 11:37 pm
by westkevin12
ok 1 sec im trying

Re: ok how do you make it were you can jump from a platform?

PostPosted: Wed Nov 21, 2007 11:40 pm
by westkevin12
ok here

Re: ok how do you make it were you can jump from a platform?

PostPosted: Wed Nov 21, 2007 11:41 pm
by westkevin12
and here is the dot ged

Re: ok how do you make it were you can jump from a platform?

PostPosted: Wed Nov 21, 2007 11:46 pm
by westkevin12
are you there?

Re: ok how do you make it were you can jump from a platform?

PostPosted: Wed Nov 21, 2007 11:51 pm
by westkevin12
hello?

Re: ok how do you make it were you can jump from a platform?

PostPosted: Wed Nov 21, 2007 11:53 pm
by westkevin12
okay

Re: ok how do you make it were you can jump from a platform?

PostPosted: Thu Nov 22, 2007 10:53 am
by Spidy
OK here is the tutorial =Click on Script menubar,then add an actor variable called "canjump". On your players events, add a collision event (relating to the ground) with a script editor that says:
"canjump = 1;" On your players keydown event (for whatever your jump button is)make the script say:
if(canjump==1)
{
yvelocity = -8;
canjump=0;
} :D

Re: ok how do you make it were you can jump from a platform?

PostPosted: Thu Nov 22, 2007 5:45 pm
by mrgame
try spidys. coz i dont know whats wronge :) i just dont know what you mean

erm ps you didnt put the data in the zip. so we cant open it.
youve got to put the file thats got all the pictures in it with it.
its called data