home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 July / macformat-039.iso / MAKERS / MAIN.DIR / 00143.ls < prev    next >
Encoding:
Text File  |  1996-03-12  |  148 b   |  10 lines

  1. on exitFrame
  2.   global STIcks
  3.   if (the ticks - STIcks) < (60 * 3) then
  4.     go(the frame)
  5.   else
  6.     puppetSprite(1, 0)
  7.     go("start")
  8.   end if
  9. end
  10.