Charas-Project

Game Creation => Requests => Tutorials => Topic started by: zuhane1 on June 08, 2007, 09:44:33 AM

Title: Is it possible to jump freely?
Post by: zuhane1 on June 08, 2007, 09:44:33 AM
On many of my games, a key input goes in blaady blaady blah. Then when I press that key my character jumps 2 spaces forwards. Is there any way to make it so I jump upwards and then control my fall? Any help would be greatly appreciated.
Title:
Post by: game_maniac on June 08, 2007, 07:03:15 PM
I think so, you'd make a move event to make you hero Start Jump, and use forks with key inputing and variables to determine which direction the character should move, and end it with a Move Event to stop your hero's jump.


Alternatively, you could just position yourself before jumping.
Title:
Post by: Daetyrnis on June 08, 2007, 09:03:21 PM
Alternatively, you could make a jumping animation (with battle animations, or even in the actual charset), and play that.  When they're jumping, turn on a switch and make certain things (such as holes) beneath the hero, or not make them fall (depending on what they do when you're not jumping.
Title:
Post by: zuhane1 on June 09, 2007, 07:56:01 PM
Thankyou very much! I'll give it a bash.