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

  1. on exitFrame
  2.   global which_page, goexit
  3.   sound_icon_init()
  4.   which_page = "fomenu"
  5.   if goexit then
  6.     go("exit_from_fomenu")
  7.   else
  8.     go(the frame)
  9.   end if
  10. end
  11.