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..?
|
In response to Ease
|
|
Ag I know that. Can u put several keys into the macro?
|
In response to Dead_Demon
|
|
I think he means set an attack to a macro, and make a Pixmap Movie for it...
|
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. |
In response to Wizkidd0123
|
|
http://developer.byond.com/hub/Rifthaven/ComboSystem <that has a good combo system
|
In response to Drango
|
|
No, actually, that's pretty really extremely terrible.
|
~Ease~