Main Menu
  • Welcome to The RPG Maker Resource Kit.

player speed

Started by serpent, January 15, 2006, 04:30:15 PM

0 Members and 1 Guest are viewing this topic.

serpent

How do i make the person that you play as Faster?

If you hate snakes then theres a 100% chance that i hate you!

Dont click here ------> http://kevan.org/brain.cgi?the%20serpent

SiR_VaIlHoR

use my dash mode (not made by me just posted by me)  :wink:

http://www.crankeye.com/forums/viewtopic.php?t=661
I'm the Alpha and the Omega, the First and the Last, the Beginning and the End.

http://qualquek.miniville.fr/
http://www.dailymotion.com/bookmarks/ojah/video/x27l78_jake-simpson-stevie-wonder-isnt-she_music

My padawan (Tsunokiette) and me :p
http://www.team-aaa.com/root/profile.php?enter_id=614556
http://www.esl.eu/fr/player/2609080/
I'm French so forgive my bad english!

blueXx

wow everything needs scripts nowadays
mainly since it's impossible to make a simple paralell event and make it :

if button L is pushed then
-change player speed:6 (in move event)
else
-change player speed:4

how beautiful, you can even add something sweet like that:


if button L is pushed then
-if variable(cooldown) < 200 then
--change player speed:6 (in move event)
--wait 1 frame
--variable(cooldown) +1
else
--change player speed:4
--variable(cooldown) -1

fun :P
holy shit my sig was big!

dwarra

Although the event is easy to make, it would be alot easier to use a script as it saves putting a parallel process on every map.

blueXx

i have to disagree as you will always need paras everywhere all the time and you can easily add it to an existing one and then copy+paste for every map since paras can be copy pasted :P
holy shit my sig was big!

dwarra

But with scripts you dont need to keep copying and pasting  :?

blueXx

but her script is long and way less easy to change, with the event you can make stupid things like running costs mana or money, or passive skills to run longer
the script is often hard to understand for er.. newbies? -.-
holy shit my sig was big!

dwarra

True, but since when did newbs understand conditional branches either  :whoa:

Anyway, back on topic.

SiR_VaIlHoR

right i've post the link for best understanding
I'm the Alpha and the Omega, the First and the Last, the Beginning and the End.

http://qualquek.miniville.fr/
http://www.dailymotion.com/bookmarks/ojah/video/x27l78_jake-simpson-stevie-wonder-isnt-she_music

My padawan (Tsunokiette) and me :p
http://www.team-aaa.com/root/profile.php?enter_id=614556
http://www.esl.eu/fr/player/2609080/
I'm French so forgive my bad english!