Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Reishadowen on April 22, 2006, 11:12:55 PM
-
Ok, since clicking the search button keeps freezing my browser worse than molasses in January, all for no apparent reason, I guess I'm forced to resort to just posting a topic out open.
How do I control charicter speeds of my own charicter? I mean, I can control NPC speeds, but how do I control the hero walking speeds? Also, Is there a way to make a dash button?
I know I've threads about this before, but, as I said, search button does'nt like me all of a sudden. >,<
-
To decrease/increase speed of the hero just make a autostart move event for the hero where you speed up/down him as you want him, then make a switch and make a 2nd page on the event with the switch to turn it off, and your character should have the speed you assigned.
Should look something like:
Page 1 Autostart
Move Event: Hero Mv Speed Dn
Change switch: Switch Done ON
Page 2 If switch Done is on
Nothing
A run button is done somehow I think, but is very hard coded... atleast for me :)
-
Thank you! <3
Now I just need to find out how to change button controls, and why the search button kills my d*mn browser....