home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / ggmd / orch.dxr / 00088.ls < prev    next >
Encoding:
Text File  |  1996-02-02  |  319 b   |  11 lines

  1. on exitFrame
  2.   global instrument, theBuild, thecdpath, gmusicpath
  3.   if the machineType = 256 then
  4.     sound playFile 1, thecdpath & gmusicpath & theBuild & "\" & instrument & ".aif"
  5.   else
  6.     sound playFile 1, thecdpath & gmusicpath & theBuild & ":" & instrument & ".aif"
  7.   end if
  8.   puppetTempo(9)
  9.   updateStage()
  10. end
  11.