Jump to content
SPRITE CLUB DEBUTS ×
  • 0

Question

Posted


I have a programming problem, I hope someone could help me fix it and explain where the error was.

I tried to copy a grab from Komepo (Medium Kick) to Thunderbird (Medium Kick + Strong Kick)

I've already checked the code several times, but I don't understand why P2 doesn't react the same on both characters.

Saludos.

Tengo un problema de programación, ojala alguien pudiera ayudarme a corregirlo y explicarme donde estaba el error.

Intenté copiar un agarre de Komepo (Patada Media) a Thunderbird (Patada media + Patada fuerte)

Ya revisé varias veces el código, pero no entiendo porque P2 no reacciona igual en ambos personajes.

 

https://www.mediafire.com/file/y952xg5ip471gcg/Komepo_BS.rar/file
https://www.mediafire.com/file/jmbkm470rdhfuw5/Ave_de_Trueno2.rar/file


Thanks
Gracias

2 answers to this question

Recommended Posts

  • 0
Posted

Me trying for fix for you ->

DDxFAPI.gif

 

You need to change targetvelset in your [Statedef 819]:

 

[State 819, State End]
type = targetvelset
trigger1 = Animelemtime(6) = 1
x = 2;7
y = -6

 

And you may want to add this to your [Statedef 819], for when the thrown opponent is near the corner:

 

[State 819, Width]
type = Width
triggerall = NumTarget
triggerall = Target, StateNo = 821
trigger1 = Target, FrontEdgeBodyDist <= 50.0
value = 0,50
persistent = 0

 

Also, your Thunderbird intro state need [Action 193] in Thunderbird.air.

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...