Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Black Massacre on September 20, 2006, 07:17:34 PM
-
I know how to create a jumping system and all,but how would you make the hero jump when it's like this.
-
Platformers really arn't that great with RPG Maker. I'd recommend using a different program.
-
Like Meis said, you're better off using a different program.
Maybe you start by making an Autostart Movement Event, instead of using the normal moving. Just make an event in each map, make a key input processing in each, then put in Wait 0.1s to reduce lag and to stop you from moving too wierd.
You could probably use X, Y Positions to make you not jump in certain places. That's it.