Page 1 of 1

Combo keys

PostPosted: Mon May 21, 2007 6:07 pm
by Tytan McAnguns-PL
What i mas to do a combination
(first right cntrl key down to first animation , two right cntrl key down to two animation , three right cntrl key down to three animation , four right cntrl key down to four animation ...) ?

I making a knight game and i must have got a comboss .

PostPosted: Mon May 21, 2007 6:20 pm
by Caaz Games
I Think I know What You Mean So Ill Try To Help, Try To Think Up Something to do something like
Key Down -> Script Editor ->
Code: Select all
If(Animation, The First Hit)
{

      if(Animpos == 12) // Use The Last Or Near Last Or Something
      {
            Change Animation(The Second Hit)
      }
}

I Hope This Helps

PostPosted: Tue May 22, 2007 1:52 pm
by Tytan McAnguns-PL
two errors espect .

PostPosted: Tue May 22, 2007 2:13 pm
by Caaz Games
Maybe on the first line you should use only one " ) " And No " ; " :? Idont Really Know.