Game Editor discussion board
Skip to content
by BlarghNRawr » Sat Jun 28, 2008 4:01 am
by asmodeus » Sat Jun 28, 2008 2:29 pm
// create actor eventint can_jump = 3; // 3 for three jumps in the air
// pressing the jump buttonif(can_jump!=0){ yvelocity = -10; // let the Actor jump can_jump -= 1;}
Return to General
Users browsing this forum: No registered users and 1 guest