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

  1. on suono canale,fileaudio 
  2.   global qualelingua,qualefile
  3.   if the machinetype < 255 then
  4.     set diviso to ":"
  5.     set chedir to chars (the moviename,1 ,length (the moviename)-4)
  6.     set qualefile to ("invenzioni:invenzio:extraurb:"&chedir&":"&fileaudio&qualelingua&".aif")
  7.   else
  8.     set diviso to "\"
  9.     set chedir to chars (the moviename,1 ,length (the moviename)-4)
  10.     set qualefile to ("."&diviso&chedir&diviso&fileaudio&qualelingua&".aif")
  11.   end if
  12.   
  13.   sound playfile canale, qualefile
  14. end
  15.