home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1995 September / PCD0995.ISO / files / tools.dir / 00420.ls < prev    next >
Encoding:
Text File  |  1995-01-25  |  247 b   |  10 lines

  1. on exitFrame
  2.   global gMovieList, gWhichBullet, gQTMovieSprite
  3.   if the movieTime of sprite gQTMovieSprite < getAt(gMovieList, gWhichBullet) then
  4.     go(the frame)
  5.   else
  6.     go(the frame + 1)
  7.     set gWhichBullet to gWhichBullet + 1
  8.   end if
  9. end
  10.