YesNoOk
avatar

GM's Alex Varset as Sparkno? Set to FightFx sparkno? (Read 5584 times)

Started by BurningSoul, August 21, 2017, 11:30:29 pm
Share this topic:
GM's Alex Varset as Sparkno? Set to FightFx sparkno?
#1  August 21, 2017, 11:30:29 pm
  • ****
  • Pixels are atom's of resolution,Low-res or Hi-res
    • Turkey
    • metekervan26@gmail.com
OK so GM's Alex is using
Code:
[State 200, sparkno]
type = VarSet
trigger1 = 1
var(44) = 8000

and apperantly hitspark is a explod with anim=var(44)
and I want him to use a hitspark from fightfx.sff of mugen
any solutions for this? I'm going for sth universal with my roster and It would be nice if someone can help me?

I thought about making that Varset code null and using anim from fight fx like anim=f0 but I haven't tried it.
Re: GM's Alex Varset as Sparkno? Set to FightFx sparkno?
#2  August 22, 2017, 09:53:44 pm
  • *****
  • Shame on you!
    • USA
That should be exactly how you'd do it. BUT, the var obviously will change, otherwise there's no use in using a var.
So figure out how and why it changes. You could just replace it with 1 set FX and forget it. But more than likely it's just swapping between 3 anims. You could use
anim=value+random%x
to switch between the 3 images... if that's what the var is for.
vVv Ryuko718 Updated 10/31/22 vVv
Re: GM's Alex Varset as Sparkno? Set to FightFx sparkno?
#3  September 14, 2017, 12:28:15 pm
  • ****
  • Pixels are atom's of resolution,Low-res or Hi-res
    • Turkey
    • metekervan26@gmail.com
That should be exactly how you'd do it. BUT, the var obviously will change, otherwise there's no use in using a var.
So figure out how and why it changes. You could just replace it with 1 set FX and forget it. But more than likely it's just swapping between 3 anims. You could use
anim=value+random%x
to switch between the 3 images... if that's what the var is for.

ok but can I change the explod into a helper and go for something more complicated
Re: GM's Alex Varset as Sparkno? Set to FightFx sparkno?
#4  September 15, 2017, 03:33:37 am
  • *****
  • Shame on you!
    • USA
Yes, you'd just spawn the helper and use the same triggers inside the helper to get it to act the same way.
Placement and timing may be a tiny bit different than how it's set up now, but making it a helper should be easy. Then however complex you make it is up to you.
What were you thinking of having it do?
vVv Ryuko718 Updated 10/31/22 vVv
Re: GM's Alex Varset as Sparkno? Set to FightFx sparkno?
#5  September 15, 2017, 10:41:56 am
  • ****
  • Pixels are atom's of resolution,Low-res or Hi-res
    • Turkey
    • metekervan26@gmail.com