Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: Black Massacre on September 20, 2006, 07:17:34 PM

Title: Mario style jumping
Post 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.
Title:
Post by: Meiscool-2 on September 20, 2006, 07:38:12 PM
Platformers really arn't that great with RPG Maker. I'd recommend using a different program.
Title: It's doable.
Post by: aboutasoandthis on September 20, 2006, 09:35:15 PM
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.