Quote: (+JonathanOfDrain) Well... unlike you I have a j...
blade2k » articles & tutorials

jump to:
Tutorials » Game Creation » RPG Maker 2000

Jump Command


Reading Article
Author: arthuryanthar
Posted on 03/01/2005
print :: back to list
Is anyone else sick of those tutorials where you have a jump command that either doesn’t work, or only goes in one direction? I know I am. So I decided to make this quick tutorial

O

k, you don’t wanna read all this crap, so on with the tutorial this is what the event needs to look like:

<>input password decision key (wait until key hit)
<>fork if hero facing down:
<>move hero: start jump, move down, move down, end jump; check the box that says ignored if can’t be moved
<>else case:
<>fork if hero facing left:
<>move hero: start jump, move left, move left, end jump; check the box that says ignored if can’t be moved
<>else case:
<>fork if hero facing right:
<>move hero: start jump, move right, move right, end jump; check the box that says ignored if can’t be moved
<>else case:
<>fork if hero facing up:
<>move hero: start jump, move up, move up, end jump; check the box that says ignored if can’t be moved