How do i make the person that you play as Faster?
use my dash mode (not made by me just posted by me) :wink:
http://www.crankeye.com/forums/viewtopic.php?t=661
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
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.
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
But with scripts you dont need to keep copying and pasting :?
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? -.-
True, but since when did newbs understand conditional branches either :whoa:
Anyway, back on topic.
right i've post the link for best understanding