#appendto Cannon func ControlLeft() { SetWind(-100); return _inherited(...); } func ControlRight() { SetWind(100); return _inherited(...); }