home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global movieDuration, therange, bndTp, bndBt
- setUpSprites("10-12", 1, 1)
- set bndTp to the bottom of sprite 10 + (the height of sprite 12 / 2)
- set bndBt to the top of sprite 11 - (the height of sprite 12 / 2)
- set therange to the top of sprite 11 - the bottom of sprite 10 - the height of sprite 12
- if (the height of sprite 12 mod 2) > 0 then
- set therange to therange - 1
- end if
- if the castType of cast 9 = #digitalVideo then
- set movieDuration to the duration of cast 9
- end if
- puppetSprite(8, 0)
- end
-