home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1996 April - The Windows Show / PCPRO_0496.ISO / bul.dir / 00043.ls < prev    next >
Encoding:
Text File  |  1996-02-09  |  112 b   |  9 lines

  1. on exitFrame
  2.   if the timer > (6 * 60) then
  3.     go("bulclose")
  4.   else
  5.     go(the frame)
  6.     logo()
  7.   end if
  8. end
  9.