home *** CD-ROM | disk | FTP | other *** search
/ Univers Interactif 3 / INTERACTIF.BIN / mac / net / net.dir / 00015_Script_15 < prev    next >
Text File  |  1995-04-21  |  255b  |  15 lines

  1. --quitter
  2. on mouseUp
  3.   global Lechemin
  4.   set the castnum of sprite 4 = 6
  5.   updatestage
  6.   attente 10
  7.   
  8.   if soundBusy(1) then 
  9.     sound stop 1
  10.   end if
  11.   if soundBusy(2) then 
  12.     sound stop 2
  13.   end if
  14.   go movie LeChemin & "credit.DIR"
  15. end