home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- set the puppet of sprite 10 to 1
- set the puppet of sprite 11 to 1
- set the puppet of sprite 12 to 1
- set the puppet of sprite 13 to 1
- set the puppet of sprite 14 to 1
- set the puppet of sprite 15 to 1
- set the puppet of sprite 16 to 1
- end
-
- on hilight
- if the text of cast "lit" = 10 then
- set the foreColor of sprite 10 to 6
- end if
- if the text of cast "lit" = 11 then
- set the foreColor of sprite 11 to 6
- end if
- if the text of cast "lit" = 12 then
- set the foreColor of sprite 12 to 6
- end if
- if the text of cast "lit" = 13 then
- set the foreColor of sprite 13 to 6
- end if
- if the text of cast "lit" = 14 then
- set the foreColor of sprite 14 to 6
- end if
- if the text of cast "lit" = 15 then
- set the foreColor of sprite 15 to 6
- end if
- if the text of cast "lit" = 16 then
- set the foreColor of sprite 16 to 6
- end if
- end
-
- on nolight
- set the foreColor of sprite 10 to 0
- set the foreColor of sprite 11 to 0
- set the foreColor of sprite 12 to 0
- set the foreColor of sprite 13 to 0
- set the foreColor of sprite 14 to 0
- set the foreColor of sprite 15 to 0
- set the foreColor of sprite 16 to 0
- end
-