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

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