public void _ball(int _value) throws Exception{
try {
Debug.PushSubsStack("Ball (radarprogress) ","radarprogress",2,ba,parent,63);
ResumableSub_Ball rsub = new ResumableSub_Ball(this,_value);
rsub.resume(ba, null);
}
catch (Exception e) {
throw Debug.ErrorCaught(e);
}
finally {
Debug.PopSubsStack();
}}