home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / mac / Resources / audiosyncrasy / a_s_demo.dxr / 00041.ls < prev    next >
Encoding:
Text File  |  1996-03-16  |  118 b   |  9 lines

  1. on exitFrame
  2.   if not soundBusy(1) then
  3.     turnOffSprite()
  4.     go("main menu")
  5.   else
  6.     go(the frame)
  7.   end if
  8. end
  9.