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

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