home *** CD-ROM | disk | FTP | other *** search
- global gArtistFlag, giCurrentTrackNumber, gVOPlaying
-
- on exitFrame
- if gVOPlaying then
- nothing()
- else
- if not gArtistFlag then
- gVOPlaying = 1
- puppetSound(1, "artist")
- else
- if not soundBusy(1) then
- puppetSound(1, "track" & giCurrentTrackNumber)
- end if
- end if
- end if
- end
-