PDA

View Full Version : Button Combos for attacks? Any coding suggestions?


pondwater
09-30-2009, 05:23 AM
What is an efficient method for creating button combos for dynamic attack combos?

For example lets say a simple forward + forward + attack would give a dash attack and up + up + attack would give an uppercut type attack. How what would be a good method to go about that programming the key inputs? Especially if i want to make them time sensitive (this is needed more in the examples below).

Now continuing from that, what would be a good method to link both of those and allow a final 'finisher' move at the end if those are used in a sequence.

For example, forward + forward + attack (at this point the charater dashes forward and attacks) then up + up + attack (once finishing the dash attack the character continues into an uppercut) then down + down + attack (the character slams downwards).

So all together forward + forward + attack + up + up + attack + down + down + attack = dash attack into uppercut attack into slam attack.