home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1995 July / WPC_JULY95.ISO / win95dem / quit.dir / 00015.ls < prev    next >
Encoding:
Text File  |  1995-05-02  |  210 b   |  14 lines

  1. on startMovie
  2.   set the puppet of sprite 10 to 1
  3. end
  4.  
  5. on hilight
  6.   if the text of cast "lit" = 10 then
  7.     set the foreColor of sprite 10 to 6
  8.   end if
  9. end
  10.  
  11. on nolight
  12.   set the foreColor of sprite 10 to 0
  13. end
  14.