home *** CD-ROM | disk | FTP | other *** search
/ MAN Special / MAN.iso / MAN / ESPECIAL.DIR / 00535_volver_menu.ls < prev    next >
Encoding:
Text File  |  1997-05-09  |  164 b   |  11 lines

  1. on mouseUp
  2.   doClick()
  3.   if soundBusy(2) then
  4.     sound close 2
  5.     if not soundBusy(2) then
  6.       sound playFile 2, "445.aif"
  7.     end if
  8.   end if
  9.   go("menu")
  10. end
  11.