home *** CD-ROM | disk | FTP | other *** search
/ Pro One: Netcracker Netscape Navigator / ProOne: Netcracker Netscape Navigator.iso / pc / nc / nct01070.geo / 00173.ls < prev    next >
Encoding:
Text File  |  1997-03-19  |  452 b   |  20 lines

  1. on exitFrame
  2.   global theCastName, redBoxSprite
  3.   repeat with i = 1 to 6
  4.     set the visible of sprite (19 + i) to 0
  5.   end repeat
  6.   if theCastName = "win31" then
  7.     set redBoxSprite to 21
  8.     set the visible of sprite 23 to 1
  9.   else
  10.     if theCastName = "MAC" then
  11.       set redBoxSprite to 20
  12.       set the visible of sprite 22 to 1
  13.     else
  14.       set redBoxSprite to 24
  15.       set the visible of sprite 25 to 1
  16.     end if
  17.   end if
  18.   EnableBtns()
  19. end
  20.