Tutorial: Making Jump, Double Jump, More Jump

Learn how to make certain types of games and use gameEditor.

Tutorial: Making Jump, Double Jump, More Jump

Postby Wertyboy » Mon Aug 23, 2010 3:01 am

Some newbies just asked (included me): How to make jump (once)?
This tutorial make a Jump, Double Jump, and More Jump
First, u make one actor name player and add animation or some script (Walk left and Right)
And make one actor name Tiles or something to make flatform and add animation
Or Download here
Tiles_1.png
Hor: 7; Ver:3
Tiles_1.png (1.46 KiB) Viewed 19095 times


Next, Goto Player -> Key Down -> Script Editor
But first, u need add new var. name "canjump"
and use this code
Code: Select all
if(canjump>0)
{
    yvelocity-=6;
    canjump--;
}

The Number (6) is a High/Low Jump

Next, Add to Player -> Collision -> Any Side Tiles (Re.Colliding Yes) -> Physical Respone : 1, 1, 0, 1
and then add to Player -> Collision ->Top Side Tiles (Re.Colliding Yes) -> Script Editor
Code: Select all
canjump=1;

This a code 1 Jump
To change the Jump (to Double Jump or More Jump)
Change the Number of canjump=...... (if number is 2, Double Jump, if 2 or better, More Jump)

Thank for Read
Wertyboy
Last edited by Wertyboy on Thu Sep 15, 2011 2:04 am, edited 5 times in total.
User avatar
Wertyboy
 
Posts: 543
Joined: Tue Jun 15, 2010 12:38 pm
Location: HCM City, Vietnam
Score: 44 Give a positive score

Re: Wertyboy's Tutorial

Postby Wertyboy » Wed Aug 25, 2010 4:49 am

All member of GE see my Tutorial is bad ?
if no Reply in 3 day later, Close Topic!
User avatar
Wertyboy
 
Posts: 543
Joined: Tue Jun 15, 2010 12:38 pm
Location: HCM City, Vietnam
Score: 44 Give a positive score

Re: Wertyboy's Tutorial

Postby lcl » Wed Aug 25, 2010 1:35 pm

Your file is HUGE! Downloading it will take like 40 minutes on my computer, that is quite powerful one...
That might be the reason no one has left a comment... :)
User avatar
lcl
 
Posts: 2339
Joined: Thu Mar 25, 2010 5:55 pm
Location: Finland
Score: 276 Give a positive score

Re: Wertyboy's Tutorial

Postby Wertyboy » Wed Aug 25, 2010 1:44 pm

lcl wrote:Your file is HUGE! Downloading it will take like 40 minutes on my computer, that is quite powerful one...
That might be the reason no one has left a comment... :)

of course it heavy, it video
User avatar
Wertyboy
 
Posts: 543
Joined: Tue Jun 15, 2010 12:38 pm
Location: HCM City, Vietnam
Score: 44 Give a positive score

Re: Wertyboy's Tutorial

Postby lcl » Wed Aug 25, 2010 1:52 pm

Yeah, but that much waiting... I think no one will wait that long... :(
Can't you compress it?
User avatar
lcl
 
Posts: 2339
Joined: Thu Mar 25, 2010 5:55 pm
Location: Finland
Score: 276 Give a positive score

Re: Wertyboy's Tutorial

Postby Wertyboy » Wed Aug 25, 2010 3:16 pm

Uhm........ wait im complete tutorial and compress
BE BACK SOON
User avatar
Wertyboy
 
Posts: 543
Joined: Tue Jun 15, 2010 12:38 pm
Location: HCM City, Vietnam
Score: 44 Give a positive score

Re: Tutorial: Making Jump, Double Jump, More Jump

Postby Wertyboy » Tue Aug 31, 2010 3:48 am

Back, please check the first POST :D
User avatar
Wertyboy
 
Posts: 543
Joined: Tue Jun 15, 2010 12:38 pm
Location: HCM City, Vietnam
Score: 44 Give a positive score

Re: Tutorial: Making Jump, Double Jump, More Jump

Postby lcl » Tue Aug 31, 2010 10:49 am

Hey, that's cool! :D
Nice, easy way to make double jumps and more.

Good work! :D
User avatar
lcl
 
Posts: 2339
Joined: Thu Mar 25, 2010 5:55 pm
Location: Finland
Score: 276 Give a positive score

Re: Tutorial: Making Jump, Double Jump, More Jump

Postby Wertyboy » Tue Aug 31, 2010 12:01 pm

:D
Thx lcl
User avatar
Wertyboy
 
Posts: 543
Joined: Tue Jun 15, 2010 12:38 pm
Location: HCM City, Vietnam
Score: 44 Give a positive score

Re: Tutorial: Making Jump, Double Jump, More Jump

Postby savvy » Tue Aug 31, 2010 9:24 pm

haha, this is the exact same method Hblade taught me when i was new XD
--> 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".
User avatar
savvy
 
Posts: 494
Joined: Wed Jun 03, 2009 11:55 am
Location: England
Score: 44 Give a positive score

Re: Tutorial: Making Jump, Double Jump, More Jump

Postby zxcvbnm » Fri Sep 03, 2010 10:03 pm

Solid tutorial much better.So you want to make a planet versus zombie game? Thats going to take alot of coding and work , I never made one before myself , but I might give it a try.
Check out Momo AlienStarcatcher , featured in apples new and noteworthy and has 5 star reviews!!!
http://itunes.apple.com/us/app/momo-ali ... 61779?mt=8
zxcvbnm
 
Posts: 248
Joined: Sun Aug 22, 2010 7:57 pm
Score: 10 Give a positive score

Re: Tutorial: Making Jump, Double Jump, More Jump

Postby savvy » Sat Sep 04, 2010 11:02 am

the hardest part will be making all the different scenarios unless you make it straight forward hit and die.
also alot of artwork is needed :/
--> 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".
User avatar
savvy
 
Posts: 494
Joined: Wed Jun 03, 2009 11:55 am
Location: England
Score: 44 Give a positive score

Re: Tutorial: Making Jump, Double Jump, More Jump

Postby Turon » Thu Sep 09, 2010 5:33 am

Or Download here

Tiles_1.png
Hor: 7; Ver:3
Tiles_1.png (1.46 KiB) Viewed 120 times


Now download hey? well it seems to be a tile image so is that a tutorial or a image? where is the video??????? :(
Turon
 
Posts: 862
Joined: Sun Jan 24, 2010 5:23 pm
Score: 32 Give a positive score

Re: Tutorial: Making Jump, Double Jump, More Jump

Postby Wertyboy » Mon Sep 13, 2010 12:18 am

So you want to make a planet versus zombie game?
what do u mean PLANET, it is Plants !
User avatar
Wertyboy
 
Posts: 543
Joined: Tue Jun 15, 2010 12:38 pm
Location: HCM City, Vietnam
Score: 44 Give a positive score

Re: Tutorial: Making Jump, Double Jump, More Jump

Postby knucklecrunchgames » Sun Jul 12, 2015 3:03 am

Sorry to revive a dead topic. I'm just getting back into the swing of GE and this helped me greatly.
User avatar
knucklecrunchgames
 
Posts: 1071
Joined: Wed Nov 21, 2012 8:01 pm
Location: In gameEditor.exe
Score: 17 Give a positive score

Next

Return to Tutorials

Who is online

Users browsing this forum: No registered users and 1 guest