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

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