home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gMovieList, gWhichBullet, gQTMovieSprite
- if the movieTime of sprite gQTMovieSprite < getAt(gMovieList, gWhichBullet) then
- go(the frame)
- else
- go(the frame + 1)
- set gWhichBullet to gWhichBullet + 1
- end if
- end
-