ComboMove IndexOutOfBoundsException

I can’t get the combo moves to work. I searched for many hours for the error but I can’t fand any difference to the TestComboMoves.java example…
http://pastebin.com/M8wu2LPH

Thank you :slight_smile:

Form looking at the example, you have to call done() on your dashForward variable after the press() method has been invoked.

You’re right now it works, thank you,