home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni E Inventori 1: Lavoro E Vita Quotidiana / invenzioni-inventori-1.iso / mac / Invenzio / guida.dir / 00073_Script_73 < prev    next >
Text File  |  1997-10-07  |  328b  |  12 lines

  1. on suonom canale,fileaudio 
  2.   global qualefile
  3.   if the machinetype < 255 then
  4.     set qualefile to ("invenzioni:invenzio:musiche:"&fileaudio&".aif")
  5.   else
  6.     set cddrive to char 1 of the moviepath
  7.     set qualefile to cddrive&":\invenzio\musiche\"&fileaudio&".aif"
  8.   end if
  9.   sound playfile canale, qualefile
  10. end
  11.  
  12.