/* Nach Links pusten */ protected func ControlLeft() { SetWind(-100); return(1); } /* Nach Rechts pusten */ protected func ControlRight() { SetWind(100); return(1); }