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

  1. on exitFrame
  2.   global dur, theMode
  3.   if isItAMovie(2) then
  4.     if the movieTime of sprite 2 >= dur then
  5.       go(marker(1))
  6.     end if
  7.   else
  8.     go(marker(1))
  9.   end if
  10. end
  11.