home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global returnMark, returnQT, Vol1, vol2, vidVol
- go(returnMark)
- if returnQT contains ".MOV" then
- set puptest to the puppet of sprite 20
- if puptest = 0 then
- puppetSprite(20, 1)
- end if
- set the visible of sprite 20 to 1
- set the directToStage of cast returnQT to 1
- set the movieRate of sprite 20 to 1
- set the sound of cast returnQT to 1
- set the volume of sprite 20 to vidVol
- end if
- sv1(Vol1)
- sv2(vol2)
- updateStage()
- end
-