Jump to content

Dash Explod Problems


Ace-Million

Recommended Posts

Help please trying to post this in my -2 or -3. I want the dash to appear in only once on a char but it comes out multiple times. Really need help with this

[state 0, Explod]
type = Explod
trigger1 = Stateno = 100
trigger2 = Stateno = 100000
anim = F500
ID = 998
pos = 0,0
postype = p1  ;p2,front,back,left,right
facing = 1
vfacing = 1
bindtime = 1
vel = 0,0
accel = 0,0
random = 0,0
removetime = -2
pausemovetime = 0
scale = 2,1
sprpriority = 0
ontop = 0
shadow = 0,0,0
ownpal = 0
removeongethit = 0
;ignorehitpause =
;trans =
persistent = 0
;supermove = 0
;pausemove = 0
 

Link to comment
Share on other sites

well for one. change state0 to, state -2, or state -3

 

and your trigger, its says Stateno = 100

 

that means the ENTIRE time the player is in state 100, it will play the explod.

 

what you need is 2 triggers like this

 

triggerall = stateno = 100

trigger1 = time = 0

Link to comment
Share on other sites

well for one. change state0 to, state -2, or state -3

 

and your trigger, its says Stateno = 100

 

that means the ENTIRE time the player is in state 100, it will play the explod.

 

what you need is 2 triggers like this

 

triggerall = stateno = 100

trigger1 = time = 0

Or persistent = 0

Link to comment
Share on other sites

yeah what he said.

 

if you use F100 , your using animation 100 from the fightfx.air/air file

if you use S100 , your using animation 100 from the character.air/sff file.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...