home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 39 / PCGAMER39.bin / games / amber / amberhub.dxr / 00010.ls < prev    next >
Encoding:
Text File  |  1996-11-08  |  291 b   |  12 lines

  1. on exitFrame
  2.   global oStoryteller
  3.   if the optionDown then
  4.     installMenu(the number of member "Amber menus ΓÇóTESTINGΓÇó")
  5.     if the number of menus > 1 then
  6.       set the checkMark of menuItem (8 - the soundLevel) of menu 2 to 1
  7.     end if
  8.   else
  9.     newGame(oStoryteller)
  10.   end if
  11. end
  12.