home *** CD-ROM | disk | FTP | other *** search
/ Hope PC Multimedia SuperPack 2 / HOMEPC.iso / TAROT / DOWNLOAD / VT1.ZIP / D1.DXR / 00133.ls < prev    next >
Encoding:
Text File  |  1995-11-01  |  315 b   |  16 lines

  1. on exitFrame
  2.   global TimeKeeper, FeaturesActive, DivsActive
  3.   cursor(-1)
  4.   set FeaturesActive to 1
  5.   set DivsActive to 1
  6.   puppetSprite(18, 1)
  7.   puppetSprite(17, 1)
  8.   if the ticks > (TimeKeeper + (60 * 6)) then
  9.     set TimeKeeper to the ticks
  10.     go(the frame + 1)
  11.   else
  12.     idle()
  13.     go(the frame)
  14.   end if
  15. end
  16.