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

  1. on exitFrame
  2.   if the timer > getTimer() then
  3.     startTimer()
  4.     if the visible of sprite 18 then
  5.       set the visible of sprite 18 to 0
  6.     else
  7.       set the visible of sprite 18 to 1
  8.     end if
  9.   end if
  10. end
  11.