home *** CD-ROM | disk | FTP | other *** search
/ PC Player 1997 October / PCPL1097A.iso / CSERVE / SLIDE_F.DXR / 00007.ls < prev    next >
Encoding:
Text File  |  1997-08-08  |  165 b   |  10 lines

  1. on exitFrame
  2.   if the movieTime of sprite 8 < the stopTime of sprite 8 then
  3.     go(the frame)
  4.   else
  5.     mUnloadAll()
  6.     startTimer()
  7.     go(1, "MWK")
  8.   end if
  9. end
  10.