home *** CD-ROM | disk | FTP | other *** search
- global giCurrentTrackNumber, gVoiceFlag, gVOPlaying
-
- on exitFrame
- if not soundBusy(1) then
- if gVOPlaying then
- gVOPlaying = 0
- gVoiceFlag = 1
- end if
- puppetSound(1, "track" & giCurrentTrackNumber)
- go(the frame)
- else
- go(the frame)
- end if
- end
-