;----------------------------- ; Event file for Matrix Clock ;----------------------------- ; ; Format: ; ; Time of event: HH:MM:SS (in 24 hour format) ; Files to open: filename (8 characters max) ; Time to view : xx (seconds up to 59) ; ; The supplied filename refers to two files that will be used when displaying an ; event. For example, "openlab" will open the bitmap file openlab.bmp for viewing ; and the openlab.wav sound file for playing after bitmap is displayed. ; ; Open lab begins ; 07:30:00 openlab 30 ; 12:00:00 openlab 30 ; 14:45:00 openlab 30 ; ; Open lab ending in 1 minute ; 07:59:00 closelab 30 ; 12:14:00 closelab 30 ; 14:59:00 closelab 30 ; ; Class begins ; 08:00:00 classnow 30 ; 12:15:00 classnow 30 ; ; Class ends ; 10:30:00 classend 30 ; 14:44:00 classend 30 ; ; Break time begins ; 09:00:00 breaknow 30 ; 13:15:00 breaknow 30 ; ; Break time ends ; 09:15:00 breakend 30 ; 13:30:00 breakend 30 ; ; Morning bus students leave ; 10:25:00 busleave 30 ; ; Classroom being closed - everyone must leave ; 15:00:00 mustexit 30 ; ; The last line must contain a single asterisk! ; *