YesNoOk
avatar

Trying to create move [solved] (Read 219 times)

Started by prnzokoshiro, March 11, 2010, 06:50:10 am
Share this topic:
Trying to create move [solved]
#1  March 11, 2010, 06:50:10 am
  • avatar
  • *
....and it works, all except it doesn't hit.  Anyone look at this code and tell me what I'm missing?

Code:
;Dash Fist A
[Statedef 1500]
type    = S
movetype= A
physics = N
juggle  = 1
velset = 0,0
poweradd = 0
anim = 200
ctrl = 0
sprpriority = 2

[State 1500, 1]
type = PlaySnd
trigger1 = AnimElem = 1
value = 8400,0

[State 1500, 2]
type = velset
trigger1 = animelem = 1
x = 4

[State 1500, 4]
type = Width
trigger1 = time = [0, 33]
value = 60,0

[State 1500]
type = PlaySnd
trigger1 = AnimElem = 1
value = 8400,0

[State 1500]
type = hitdef
anim = 200
trigger1 = AnimElem = 3
offset = 0, 0
velocity = 35
attr = S, SA
priority = 5, Hit
damage = 45, 5
animtype = light
hitflag = MAF
guardflag = MA
sparkno = s7772
sparkxy = -10, -65
pausetime = 7,13
hitsound = 5,3
guardsound = 6,0
ground.hittime = 15
ground.type = high
ground.slidetime = 15
ground.velocity = -12.5
air.velocity = -12,-4
air.fall = 1
fall=1
fall.recover = 0
air.juggle = 10
envshake.time = 10
envshake.ampl = 4
yaccel = .5
removeongethit = 0
ground.cornerpush.veloff = 0

[State 1500, Change]
type = ChangeState
trigger1 = AnimElem = 5
value = 0
ctrl = 1
Last Edit: March 11, 2010, 07:34:55 am by prnzokoshiro
Re: Trying to create move
#2  March 11, 2010, 06:52:43 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
Is the RED hitbox on animelem = 3. Does it have a RED hitbox in the attack.

Also, as it's you, are you using the right state?


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: Trying to create move
#3  March 11, 2010, 06:56:27 am
  • avatar
  • *
if it wasn't the right state, the dash punch wouldn't come out at all (would it?  I don't see how it could)

...and what's the RED hitbox?  where do I find that?
Re: Trying to create move
#4  March 11, 2010, 07:05:40 am
  • avatar
  • *
oh, I'm not using Fighter Factory.  I'm asking how you make this work manually?

Edit:  OHHHHHH NVM.  I figured it out  :)  Thanks!

Edit2:  No I didn't.  Shit.  Let me try something...
Last Edit: March 11, 2010, 07:30:35 am by prnzokoshiro
Re: Trying to create move
#5  March 11, 2010, 07:34:22 am
  • avatar
  • *
I got it.  Thank you!