home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global miStart, miEnd, micuelist, micuelist2, micueEnd
- miCueStart = the frameLabel
- micuelist = (the member of sprite 20).cuePointNames
- miCpName = getOne(micuelist, miCueStart)
- micuelist2 = (the member of sprite 20).cuePointTimes
- miStart = getAt(micuelist2, miCpName)
- micueEnd = the frameLabel & "End"
- miCpName = getOne(micuelist, micueEnd)
- miEnd = getAt(micuelist2, miCpName)
- miEnd = miEnd + 5
- sort(micuelist2)
- videopause(sprite(20))
- videoseek(sprite(20), miStart)
- videopause(sprite(20))
- videoplay(sprite(20))
- videopause(sprite(20))
- videoplay(sprite(20))
- repeat while sprite(20).mediaBusy = 0
- nothing()
- end repeat
- end
-