Home
Help
Search
Calendar
Login
Register
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
New forum theme up and running!
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
How to get the Player to STOP moving. (Nvm - Resolved it myself)
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to get the Player to STOP moving. (Nvm - Resolved it myself) (Read 2834 times)
A Forgotten Legend
Your neighborhood box of colors
Royal
Posts: 4,428
How to get the Player to STOP moving. (Nvm - Resolved it myself)
«
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.
«
Last Edit: January 14, 2012, 04:44:13 AM by A Forgotten Legend
»
Logged
Prpl_Mage
Administrator
Sage
Posts: 7,644
The Administrator Mage
Re: How to get the Player to STOP moving. (Nvm - Resolved it myself)
«
Reply #1 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
Logged
Cool RPGM Project!
Sprite till you die
Oh my god, this was ...10 years ago...
A Forgotten Legend
Your neighborhood box of colors
Royal
Posts: 4,428
Re: How to get the Player to STOP moving. (Nvm - Resolved it myself)
«
Reply #2 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.
Logged
Print
Pages: [
1
]
« previous
next »
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
How to get the Player to STOP moving. (Nvm - Resolved it myself)