home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global start, duration, ratio, videoNumber, videoFiles, movieLocation
- put 3 into word 3 of movieLocation
- put videoNumber into word 4 of movieLocation
- puppetSprite(38, 0)
- puppetSprite(26, 0)
- set the visible of sprite 15 to 0
- puppetSprite(28, 1)
- set the constraint of sprite 28 to 27
- set the cursor of sprite 14 to 0
- set start to the left of sprite 27
- set the locH of sprite 28 to start
- set duration to float(the duration of cast 32)
- set ratio to the width of sprite 27 / duration
- set the locH of sprite 28 to start + (the movieTime of sprite 16 * ratio)
- set the text of field "vcounter" to videoNumber && "of" && the number of lines in videoFiles - 1
- go(the frame + 1)
- end
-