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

  1. on exitFrame
  2.   global Lframe, Lclick, MainRep
  3.   set Lframe to label("FS1")
  4.   if (the ticks - Lclick) > (60 * 30) then
  5.     set the locH of sprite 9 to -500
  6.     set MainRep to 2
  7.     go("repeat")
  8.   else
  9.     set the locH of sprite 9 to 324
  10.     set the locV of sprite 9 to 437
  11.     go(the frame)
  12.   end if
  13. end
  14.