YesNoOk
avatar

my super fireball doesnt take damage from other player~! (Read 514 times)

Started by joski, February 21, 2008, 02:17:52 am
Share this topic:
my super fireball doesnt take damage from other player~!
#1  February 21, 2008, 02:17:52 am
  • avatar
  • *
i have taken ryu/ken's super fireball hyper move... and given it to kung-fu-man. I placed it as an "explod",the animation works great the binding is fine but,the move doesnt remove heath from my opponent..i have also added clsn boxes to the animation ..why is this happening,,,anyone have any ideas

thanks!!~~

might have something to do with using a hitdef,but iam new @ this and dont know how i should apply the hitdef... ???
Re: my super fireball doesnt take damage from other player~!
#2  February 21, 2008, 02:22:34 am
  • **
  • I hate making gifs
Should probably be set as a helper...
<- The Mugen Amateur ->
The code may be messy, but it works.
Re: my super fireball doesnt take damage from other player~!
#3  February 21, 2008, 02:32:00 am
  • avatar
  • *
i dont understand,,,,
iam new at trying to create my own moves,,,
how does a helper work?
Re: my super fireball doesnt take damage from other player~!
#4  February 21, 2008, 04:55:00 am
  • **
  • I hate making gifs
You could call a helper(the fireball) in the state that creates the fireball, then in the helper's state, plug in your hitdef and all that. I use helpers for projectiles now so I can do extra things like give the projectile an afterimage or whatever. Anyway... use a helper or projectile type. It's in the docs in Sctrls.
<- The Mugen Amateur ->
The code may be messy, but it works.
Re: my super fireball doesnt take damage from other player~!
#5  February 21, 2008, 05:06:38 am
  • **
I reccomend you to code it as an projectil is easier to make than a helper... for more info check the docs that came with mugen
Re: my super fireball doesnt take damage from other player~!
#6  February 21, 2008, 07:22:01 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
Explods don't deal damage. You want a projectile. I won't say use a helper, cos you're not up to it yet and projectiles do most of what you really need right now.


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: my super fireball doesnt take damage from other player~!
#7  February 21, 2008, 07:52:54 pm
  • avatar
  • *
 :D OK i got it working,,,,but i do want to learn about this helper stuff!!!

Re: my super fireball doesnt take damage from other player~!
#8  February 21, 2008, 08:40:08 pm
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
Later. It's one of those things you should really pick up on your own.


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.