home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1995 June / PC_PLUS.BIN / crt / futmenu.dir / 00014.ls < prev    next >
Encoding:
Text File  |  1995-03-23  |  1.1 KB  |  44 lines

  1. on startMovie
  2.   set the puppet of sprite 10 to 1
  3.   set the puppet of sprite 11 to 1
  4.   set the puppet of sprite 12 to 1
  5.   set the puppet of sprite 13 to 1
  6.   set the puppet of sprite 14 to 1
  7.   set the puppet of sprite 15 to 1
  8.   set the puppet of sprite 16 to 1
  9. end
  10.  
  11. on hilight
  12.   if the text of cast "lit" = 10 then
  13.     set the foreColor of sprite 10 to 6
  14.   end if
  15.   if the text of cast "lit" = 11 then
  16.     set the foreColor of sprite 11 to 6
  17.   end if
  18.   if the text of cast "lit" = 12 then
  19.     set the foreColor of sprite 12 to 6
  20.   end if
  21.   if the text of cast "lit" = 13 then
  22.     set the foreColor of sprite 13 to 6
  23.   end if
  24.   if the text of cast "lit" = 14 then
  25.     set the foreColor of sprite 14 to 6
  26.   end if
  27.   if the text of cast "lit" = 15 then
  28.     set the foreColor of sprite 15 to 6
  29.   end if
  30.   if the text of cast "lit" = 16 then
  31.     set the foreColor of sprite 16 to 6
  32.   end if
  33. end
  34.  
  35. on nolight
  36.   set the foreColor of sprite 10 to 0
  37.   set the foreColor of sprite 11 to 0
  38.   set the foreColor of sprite 12 to 0
  39.   set the foreColor of sprite 13 to 0
  40.   set the foreColor of sprite 14 to 0
  41.   set the foreColor of sprite 15 to 0
  42.   set the foreColor of sprite 16 to 0
  43. end
  44.