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

  1. on exitFrame
  2.   global dur
  3.   if isItAMovie(2) then
  4.     if the movieTime of sprite 2 < 938 then
  5.       go(the frame)
  6.     else
  7.       if the movieTime of sprite 2 > dur then
  8.         go(marker(1))
  9.       end if
  10.     end if
  11.   else
  12.     go(marker(1))
  13.   end if
  14. end
  15.