YesNoOk
avatar

changing state after attack misses.. (Read 191 times)

Started by dark byakuya, November 04, 2010, 08:21:48 pm
Share this topic:
changing state after attack misses..
#1  November 04, 2010, 08:21:48 pm
  • **
  • O.O!!!! おまえわアルファですか?
    • USA
how do you make a  miss state, like for example when p1's  attack misses he changes
back to state   0
Oh no alpha is gonna blooow!! EVERYONE PANIC!!!!!!!!!!
Re: changing state after attack misses..
#2  November 04, 2010, 09:40:47 pm
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
You limit the movehit trigger. For example if he SHOULD have hit by animelemtime(10) = 0 and hasn't then you do

trigger1 = animelemtime(10) = 0 && !movecontact ;(or movehit)

And changestate to 0.


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: changing state after attack misses..
#3  November 04, 2010, 10:40:21 pm
  • **
  • O.O!!!! おまえわアルファですか?
    • USA
thanks a bunch!!
Oh no alpha is gonna blooow!! EVERYONE PANIC!!!!!!!!!!