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

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