home *** CD-ROM | disk | FTP | other *** search
/ Media Gallery 1995 June / MG6.ISO / mg.dig / 00643.ls < prev    next >
Encoding:
Text File  |  1995-04-20  |  330 b   |  18 lines

  1. on exitFrame
  2.   global dur
  3.   if isItAMovie(2) then
  4.     if the movieTime of sprite 2 < 1900 then
  5.       go(the frame)
  6.     else
  7.       if the movieTime of sprite 2 < 2000 then
  8.         set the ink of sprite 44 to 4
  9.         updateStage()
  10.         go(the frame - 1)
  11.       else
  12.       end if
  13.     end if
  14.   else
  15.     go(marker(1))
  16.   end if
  17. end
  18.