home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global instrument, theBuild, thecdpath, gmusicpath
- if the machineType = 256 then
- sound playFile 1, thecdpath & gmusicpath & theBuild & "\" & instrument & ".aif"
- else
- sound playFile 1, thecdpath & gmusicpath & theBuild & ":" & instrument & ".aif"
- end if
- puppetTempo(9)
- updateStage()
- end
-