YesNoOk
avatar

Making a character speed up (Read 425 times)

Started by Bannana, February 24, 2008, 04:09:59 am
Share this topic:
Making a character speed up
#1  February 24, 2008, 04:09:59 am
  • ***
  • Lacking any sort of resolve
    • USA
    • www.geocities.jp/doubletrend_zeta/entry.html

  • Online
basicly, I've been trying to figure out how to make it so a character's speed is doubled for a certain ammount of time, if it's possible. By looking in the docs, I've found nothing that even effects the speed of a character.

im buggin out man
Buriki One
Re: Making a character speed up
#2  February 24, 2008, 06:35:59 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
This is, ineffective at best. Speeding the character up generally throws off moves and buggers everything up.

Now you can quite easily slow the opponent down for a similar effect that's easier to control.

type = pause
time%2 = 0
time = 1

will cause the enemy to move at about half speed. Sounds like it's a power up, so you'll need to institute a variable counter. Thats not hard, and i'm sure there's a how to for it in the tips/code sections.


In M.U.G.E.N there is no magic button

They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.
Re: Making a character speed up
#3  February 24, 2008, 06:39:11 am
  • ***
  • Lacking any sort of resolve
    • USA
    • www.geocities.jp/doubletrend_zeta/entry.html

  • Online
This is, ineffective at best. Speeding the character up generally throws off moves and buggers everything up.

Now you can quite easily slow the opponent down for a similar effect that's easier to control.

type = pause
time%2 = 0
time = 1

will cause the enemy to move at about half speed. Sounds like it's a power up, so you'll need to institute a variable counter. Thats not hard, and i'm sure there's a how to for it in the tips/code sections.
That'sprobably why V-ism doesn't have the speed up effect, or it would mess up the combos.
I'll try this out, and see how it works

im buggin out man
Buriki One