ID:269121
![]() Mar 14 2005, 11:42 am
|
|
Is it possible to create combos in a fighting game on byond? Like, y'know, up,up,down,left,center shoots out a fireball, etc..?
|
Dead_Demon wrote:
Is it possible to create combos in a fighting game on byond? Like, y'know, up,up,down,left,center shoots out a fireball, etc..? Sure. Basically, you would add each button pressed into a list, and you would periodically check the list for combinations, making sure only to act once it can be determined that the player doesn't mean to add more buttons to the combo, but also making sure that the buttons don't remain in the list too long. Unfortunately, BYOND does not, at this time, support more than one button being pressed at once. |
http://developer.byond.com/hub/Rifthaven/ComboSystem <that has a good combo system
|
~Ease~