home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / makers / body / bodymain.dir / 00199.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  248 b   |  14 lines

  1. on exitFrame
  2.   global STIcks, WereToGo
  3.   if (the ticks - STIcks) < (60 * 3) then
  4.     go(the frame)
  5.   else
  6.     if WereToGo = EMPTY then
  7.       set WereToGo to "start"
  8.     end if
  9.     puppetSprite(33, 0)
  10.     updateStage()
  11.     go(WereToGo)
  12.   end if
  13. end
  14.