Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: A Forgotten Legend on January 14, 2012, 04:41:12 AM

Title: How to get the Player to STOP moving. (Nvm - Resolved it myself)
Post by: A Forgotten Legend on January 14, 2012, 04:41:12 AM
Alright, so I've got this nice little CMS started and the cursor works great but I didn't test it with a character having a sprite.  Now I have a new problem.  The hero is moving while I'm using the arrow keys in the menu.  I'm all out of ideas on how to fix this.  Any ideas?


EDIT:
Nevermind.  Apparently I wasn't out of ideas.  I just made a move event with lock facing and set it to repeat pattern.
Title: Re: How to get the Player to STOP moving. (Nvm - Resolved it myself)
Post by: Prpl_Mage on January 14, 2012, 08:27:54 PM
You could just make the hero charset swap to one that has no difference between the different directions
Title: Re: How to get the Player to STOP moving. (Nvm - Resolved it myself)
Post by: A Forgotten Legend on January 15, 2012, 01:13:27 AM
Well, he would still be actually moving though.  That was the problem.  If I just want him to stay in the same direction I can just use the Lock Facing command.  (Even though I ended up giving him a while in the menu pose.)

By doing the repeat pattern i guess it keeps him from doing anything else until you tell the event to make him stop repeating it.