home *** CD-ROM | disk | FTP | other *** search
/ FHM 100 Bombázó Ajándék CD / fhm_hu_1997.iso / fhm.exe / fhm.dxr / 00062_help.ls < prev    next >
Encoding:
Text File  |  2001-03-18  |  308 b   |  19 lines

  1. on mouseUp
  2.   global whichpage, gohelp
  3.   case whichpage of
  4.     "fomenu":
  5.       go("jatekszabaly_from_fomenu")
  6.     "csaj":
  7.       go("jatekszabaly_from_csaj")
  8.     "bigcsaj":
  9.       gohelp = 1
  10.       go("csaj_from_bigcsaj")
  11.     "szavazas":
  12.       gohelp = 1
  13.       go(the frame + 2)
  14.   end case
  15. end
  16.  
  17. on mouseDown
  18. end
  19.