Lime test windows error

e/states/stages/Tank.hx:332: characters 24-27

332 | �[2m pico.anim.onComplete.�[0m�[1madd�[0m�[2m(picoStressCycle);�[0m
| �[31m^^^�[0m
| () → Void has no field add

this is what happened to me when i tried to run lime test windows, can someone please help me

This error indicates that the field I assume you’re trying to call, in this case add, does not exist. I am rather confused however since you’re trying to change a field owned by function?? You can consult the FlxSprite and FlxAnimationController class documentations.