Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: megaman666 on June 14, 2008, 04:04:56 AM

Title: Is there a way...
Post by: megaman666 on June 14, 2008, 04:04:56 AM
(RM2K3)
Is there a way to disable basic movement and make it so the sprites move diagnolly?
Title:
Post by: Prpl_Mage on June 14, 2008, 06:20:10 AM
Yes, it is all about parallel procces that reacts when the certain key is pressed and then an action that is "Move hero: Up.left" for rexample.

I'm not certain about the exact coding but know that you will have to add either: 1 a common event or 2, events on every map of the game.

Then make it a paralel proccess and then one of those key imputs. So if left is pressed, Move Hero: Left.

I hope you get it.
Title: Re: Is there a way...
Post by: Felix-0 on June 15, 2008, 06:33:44 PM
If you want 8 way movement get lazy and use XP  :P

or spend mind boggling hours on the common events