- Code: Select all
yvelocity = yvelocity -8
but if i click jumping button it goes up each time
how to make just jumping one time
I read other topics but no one didn;t answered
correctly....
yvelocity = yvelocity -8
if(can_jump==1)
{
yvelocity-=3.5;
can_jump=0;
}
can_jump=1;
Users browsing this forum: No registered users and 1 guest