YesNoOk
avatar

making moves chain together (Read 507 times)

Started by the mummy, October 12, 2007, 11:48:04 am
Share this topic:
making moves chain together
#1  October 12, 2007, 11:48:04 am
  • *
basically I cant get my characters moves to chain together, it's not the biggest
issue, he kinda feels like a KoF character but being able to chain moves together
would be nice.

ps. any links on making strikers/helpers/assists would be much apreciated
 
Re: making moves chain together
#2  October 12, 2007, 01:42:24 pm
  • ****
  • Coming Soon?
look for a combo tutorial Cyanide has one on this site.

look at the docs for helper code
Latest Yoshi alpha ready for feedback Aug 15th check here for details...
Re: making moves chain together
#3  October 13, 2007, 06:52:06 am
  • avatar
  • ***
[mcode]stateno, animelem, animelemtime, and movecontact[/mcode] are all pretty helpful for chaining moves 2gether
Re: making moves chain together
#4  October 16, 2007, 11:52:29 am
  • avatar
  • ***
very easy small combo code


Quote
triggerX = (stateno = Y) && movecontact
where X = the trigger number (eg 1,2,3,4,5)
         Y = the stateno you want to combo off..




 ps put this in your cmd