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

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