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

  1. on exitFrame
  2.   global STIcks
  3.   if (the ticks - STIcks) < (3 * 60) then
  4.     go(the frame)
  5.   else
  6.     set the locH of sprite 2 to -882
  7.     puppetSprite(2, 0)
  8.     updateStage()
  9.   end if
  10. end
  11.