Right all I'm tryin to do is make my run button sys. It works, but there is a problem. Basically now n then for a split second when running the character slows down then picks back up. SO i made a sound effect happen when the key is being pressed and when it is not being pressed.
Please can you code this in RM2k3 now please to see if it does the same thing to you.
Common Event: Parallel Process
<>Key Input Process (v0001) Set it to whatever ( i have it on shift, but I've tried others) WITH AN ELSE HANDLER and WITHOUT THE WAIT TICK BOX
<>If v0001 = 7
<>Play sound effect choice
<>Else
<>If v0001 = 0
<>Play sound effect cancel
Now test play and you will hear SE Cancel constantly then when you press and hold shift you will hear SE Choice.
But listen closely.....you will also hear SE Cancel when holding shift. How is this possible????? Its set to never ever play SE Cancel unless the key is 0
Now at first i thought it was my shift key so i tried other keys but still no joy. Its like for s split second when it re-reads the process it gets set to 0.
What do you guys think? Can someone help me with this coz its letting my running system down

Thanks in advanced peeps, keep up the good work!