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

  1. on exitFrame
  2.   global Localtimer
  3.   if (the timer > getTimer()) and (Localtimer < 2) then
  4.     startTimer()
  5.     if the visible of sprite 24 then
  6.       set the visible of sprite 24 to 0
  7.     else
  8.       puppetSound("highlight1")
  9.       set the visible of sprite 24 to 1
  10.       updateStage()
  11.       set Localtimer to 1 + Localtimer
  12.     end if
  13.   end if
  14. end
  15.