Please Help!
Posted: Mon Aug 28, 2006 9:19 pm
Please Help!
I noticed that in abuse2 demo u can only jump once so i looked what they wrote and i tried to do the same thing but when i entered:
I knew this alone wouldnt work the program obviously didnt know what "canJump" is, so i had to (try) to teach it...i found this:
But that didnt work! then i searched like a Idiot on every thing with a script, but i found nothing.
So can you guys please help me out how to make that work?
I noticed that in abuse2 demo u can only jump once so i looked what they wrote and i tried to do the same thing but when i entered:
- Code: Select all
Key Down/script editor:
if(canJump)
{
yvelocity = -8;
canJump=0;
}
I knew this alone wouldnt work the program obviously didnt know what "canJump" is, so i had to (try) to teach it...i found this:
- Code: Select all
Collision/Top side of Tiles
if canJump = 1;
But that didnt work! then i searched like a Idiot on every thing with a script, but i found nothing.
So can you guys please help me out how to make that work?