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

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