home *** CD-ROM | disk | FTP | other *** search
/ PC Open 10 / pcopen10.iso / aaron / dida / componi.dxr / 00001.ls next >
Encoding:
Text File  |  1997-09-24  |  518 b   |  28 lines

  1. on voce
  2.   global segno, voce
  3.   set argo to "Componi"
  4.   sound playFile 1, the pathName & argo & segno & voce & ".aif"
  5. end
  6.  
  7. on HELP
  8.   global Desinenza, ritornohelp, segno, COSAVOGLIO
  9.   set COSAVOGLIO to 1
  10.   set ritornohelp to the pathName & the movieName
  11.   go(1, the pathName & "help" & segno & "COMhelp" & Desinenza)
  12. end
  13.  
  14. on tieni
  15.   global pOggetti, voce
  16.   repeat while soundBusy(1)
  17.     if the mouseDown then
  18.       sound stop 1
  19.       abort()
  20.     end if
  21.   end repeat
  22. end
  23.  
  24. on stopMovie
  25.   global schermo
  26.   FINEMOVIE()
  27. end
  28.