RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

(Request) Running/Sprinting

Started by jackmesser, October 13, 2008, 09:30:54 AM

0 Members and 1 Guest are viewing this topic.

jackmesser

sorry if this is in the rong place, but, i want my charector to be able to sprint for like 8 squares in a certain direction then slow down to normal speed. I have the sprite of him normally walking and sprinting/running.

what is it i need? a common event or a script? in RPGmaker 2003 i could do it easily I used to use the jump common event becausr it was something easy which sort of made the game look....better lol but yeah sorry if i post in the rong place.

Ive searched the whole of RMXP Run,sprint,running,sprinting every where but i couldnt find any thing.

Thanks
Jack/
~Zushau~
~Zushau~

Stuck in that vortex again, with a laptop this time!

tSwitch

you can have a parallel process common event track if teh player is pressing a key, and if the key is pressed, have it set movement speed/frequency up, if it's not, lower it to normal


FCF3a A+ C- D H- M P+ R T W- Z- Sf RLCT a cmn+++ d++ e++ f h+++ iw+++ j+ p sf+
Follow my project: MBlok | Find me on: Bandcamp | Twitter | Patreon

jackmesser

Quote from: Cecil on October 16, 2008, 01:35:07 PM
you can have a parallel process common event track if teh player is pressing a key, and if the key is pressed, have it set movement speed/frequency up, if it's not, lower it to normal

the problem im having is how to set a key that they press. how do i set a key?
~Zushau~

Stuck in that vortex again, with a laptop this time!

Falcon

Conditional brance, x key is being pressed.