%Lite1 = 28 %Lite2 = 29 %Lite3 = 30 %Lite4 = 31 DECLARE SUB Lite1 () DECLARE SUB Lite2 () DECLARE SUB Lite3 () DECLARE SUB Lite4 () SUB Lite1 () STATIC cnt AS WORD IF ISFALSE cnt MOD 2 THEN Play Aeio.channel, 1, 127 ELSE NoteOff Aeio.channel, 1 END IF END SUB SUB Lite2 () STATIC cnt AS WORD IF ISFALSE cnt MOD 2 THEN Play Aeio.channel, 2, 127 ELSE NoteOff Aeio.channel, 2 END IF END SUB SUB Lite3 () STATIC cnt AS WORD IF ISFALSE cnt MOD 2 THEN Play Aeio.channel, 3, 127 ELSE NoteOff Aeio.channel, 3 END IF END SUB SUB Lite4 () STATIC cnt AS WORD IF ISFALSE cnt MOD 2 THEN Play Aeio.channel, 4, 127 ELSE NoteOff Aeio.channel, 4 END IF END SUB