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

  1. on exitFrame
  2.   global Lframe, FeaturesActive, Uactive
  3.   if Uactive = 0 then
  4.     set the locH of sprite 17 to -500
  5.     puppetSprite(17, 0)
  6.     go(Lframe)
  7.   else
  8.     if (the lastEvent > (60 * 10)) and (the timer > (60 * 10)) then
  9.       set Uactive to 0
  10.       set FeaturesActive to 0
  11.       set the locH of sprite 17 to -500
  12.       puppetSprite(17, 0)
  13.       go(Lframe)
  14.     else
  15.       idle()
  16.       go(the frame)
  17.     end if
  18.   end if
  19. end
  20.