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

Non-platform specific questions.

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

Postby westkevin12 » Wed Nov 21, 2007 10:46 pm

everytime i try to jump from a platform it sends me directly under it?:(
westkevin12
 
Posts: 13
Joined: Wed Nov 21, 2007 1:11 am
Score: 0 Give a positive score

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

Postby mrgame » Wed Nov 21, 2007 11:11 pm

hummmm

y = y -
remmebr
- is up
+ is down

try that if not reply back ill se wt i can do
mrgame
 
Posts: 118
Joined: Sun Oct 21, 2007 8:09 pm
Location: my computer
Score: 3 Give a positive score

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

Postby westkevin12 » Wed Nov 21, 2007 11:14 pm

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
westkevin12
 
Posts: 13
Joined: Wed Nov 21, 2007 1:11 am
Score: 0 Give a positive score

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

Postby mrgame » Wed Nov 21, 2007 11:17 pm

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
mrgame
 
Posts: 118
Joined: Sun Oct 21, 2007 8:09 pm
Location: my computer
Score: 3 Give a positive score

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

Postby Rux » Wed Nov 21, 2007 11:22 pm

It might be that you didn't repete the collision with the path.
I'm not good at coming up with signatures...
User avatar
Rux
 
Posts: 645
Joined: Sun Apr 29, 2007 9:26 pm
Location: Sitting on your moniter invisable.
Score: 35 Give a positive score

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

Postby westkevin12 » Wed Nov 21, 2007 11:23 pm

ok so srry how do i make it a zip?
westkevin12
 
Posts: 13
Joined: Wed Nov 21, 2007 1:11 am
Score: 0 Give a positive score

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

Postby mrgame » Wed Nov 21, 2007 11:25 pm

right click the folder you want and click send to zip
compressed zip folder
mrgame
 
Posts: 118
Joined: Sun Oct 21, 2007 8:09 pm
Location: my computer
Score: 3 Give a positive score

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

Postby westkevin12 » Wed Nov 21, 2007 11:37 pm

ok 1 sec im trying
westkevin12
 
Posts: 13
Joined: Wed Nov 21, 2007 1:11 am
Score: 0 Give a positive score

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

Postby westkevin12 » Wed Nov 21, 2007 11:40 pm

ok here
Attachments
mario zip.zip
(2.38 KiB) Downloaded 138 times
westkevin12
 
Posts: 13
Joined: Wed Nov 21, 2007 1:11 am
Score: 0 Give a positive score

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

Postby westkevin12 » Wed Nov 21, 2007 11:41 pm

and here is the dot ged
Attachments
mario.ged.zip
(8.89 KiB) Downloaded 122 times
westkevin12
 
Posts: 13
Joined: Wed Nov 21, 2007 1:11 am
Score: 0 Give a positive score

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

Postby westkevin12 » Wed Nov 21, 2007 11:46 pm

are you there?
westkevin12
 
Posts: 13
Joined: Wed Nov 21, 2007 1:11 am
Score: 0 Give a positive score

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

Postby westkevin12 » Wed Nov 21, 2007 11:51 pm

hello?
westkevin12
 
Posts: 13
Joined: Wed Nov 21, 2007 1:11 am
Score: 0 Give a positive score

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

Postby westkevin12 » Wed Nov 21, 2007 11:53 pm

okay
westkevin12
 
Posts: 13
Joined: Wed Nov 21, 2007 1:11 am
Score: 0 Give a positive score

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

Postby Spidy » Thu Nov 22, 2007 10:53 am

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
Image
VOTE FOR MY SIGNATURE PLEASE.......THANK YOU
User avatar
Spidy
 
Posts: 935
Joined: Tue Aug 14, 2007 1:28 pm
Location: http://www.inatonibai.com
Score: 38 Give a positive score

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

Postby mrgame » Thu Nov 22, 2007 5:45 pm

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
mrgame
 
Posts: 118
Joined: Sun Oct 21, 2007 8:09 pm
Location: my computer
Score: 3 Give a positive score

Next

Return to General

Who is online

Users browsing this forum: No registered users and 1 guest

cron