by savvy » Mon May 23, 2011 7:46 pm
because the way rykein posted all those was sarcastic and seemingly put as to say the guy was asking a dumb question.
i can remember myself asking this question before, so just respond with 1 simple click link or the code itself!
(code)
- Code: Select all
//so, put jump turning to 1 on the ground for example.. for when the thing lands.
if(jump==1)
{
//makes the movement
yvelocity=-8;
//makes it so player cant jump for ever
jump=0;
}
if you want double jumps or triple etc...
- Code: Select all
//set the jump as suggested above, but instead of 1, however many jumps you want
if(jump>0)
{
yvelocity=-8;
//-- means -1but just looks cooler :D
jump--;
}
or are you too noob to even know how to do that?
your faithfully
savvy
--> For my help, i ask for a simple +1 if it helps! ^-^
--> I dont code, I type art which you dont understand.
--> I keep winning the 3D model challenge at college, teacher says: "you keep winning im not giving you prizes".