home *** CD-ROM | disk | FTP | other *** search
/ SVM Mac - Best of 1995 / SVM-MAC-WIN-1995-133.img / mac / PARTCOM / vernay / Debut.DIR / 00032_Script_32 < prev    next >
Text File  |  1995-11-08  |  232b  |  12 lines

  1. on idle
  2.   if not soundbusy (1) then
  3.     sound playFile 1, "Bruits.aif"
  4.   end if
  5. end
  6.  
  7. on quit2svm
  8.   global retour, journalpathname
  9.   sound stop 1
  10.   sound stop 2
  11.   go to frame retour of movie journalpathname & "journal"
  12. end