home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Demos / MF20 / Arome / Gourmet Demo / 00099.ls < prev    next >
Encoding:
Text File  |  1994-10-23  |  169 b   |  11 lines

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     go("Start")
  4.   else
  5.     go(the frame)
  6.   end if
  7.   if not soundBusy(2) then
  8.     sound playFile 2, "Gourmet.Intro.AIFF"
  9.   end if
  10. end
  11.