-- Controls.Tip
Bloomenthal, February 17, 1986 5:04:04 pm PST
SELECT TRIGGER FROM
Red Down      => {Coords downLeft};
Yellow Down     => {Coords downMid};
Blue Down      => {Coords downRite};
Mouse WHILE Red Down  => {Coords heldLeft};
Mouse WHILE Yellow Down => {Coords heldMid};
Mouse WHILE Blue Down  => {Coords heldRite};
Red Up       => {Coords upLeft};
Yellow Up      => {Coords upMid};
Blue Up       => {Coords upRite};
ENDCASE....