home *** CD-ROM | disk | FTP | other *** search
/ SKIP - The Laundry Guide / LEVER_CD.iso / lever / cchfs.dir / 00067.ls < prev    next >
Encoding:
Text File  |  1997-02-21  |  191 b   |  12 lines

  1. on exitFrame
  2.   global framecount
  3.   evaluate()
  4.   set framecount to framecount + 1
  5.   if framecount = 90 then
  6.     set framecount to 0
  7.     go(the frame + 1)
  8.   else
  9.     go(the frame)
  10.   end if
  11. end
  12.