home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM User 1996 April / CDROM21.bin / programs / win95dem / rollover.dir / 00004_Script_4 < prev   
Text File  |  1995-03-20  |  549b  |  19 lines

  1. on startmovie
  2.   set the puppet of sprite(1) to TRUE
  3.   set the puppet of sprite(2) to TRUE
  4.   set the puppet of sprite(3) to TRUE
  5. end startmovie
  6.  
  7. on hilight
  8.   if the text of cast "lit" = 1 then set the forecolor of sprite(1) to 5
  9.   if the text of cast "lit" = 2 then set the forecolor of sprite(2) to 5
  10.   if the text of cast "lit" = 3 then set the forecolor of sprite(3) to 5
  11. end hilight
  12.  
  13.  
  14. on nolight
  15.   set the forecolor of sprite(1) to 255
  16.   set the forecolor of sprite(2) to 255
  17.   set the forecolor of sprite(3) to 255
  18. end nolight
  19.