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

  1. on exitFrame
  2.   global goexit, gohelp
  3.   sound_icon_init()
  4.   if goexit then
  5.     go("exit_from_csaj")
  6.   else
  7.     go(the frame)
  8.   end if
  9.   if gohelp then
  10.     go("jatekszabaly_from_csaj")
  11.   else
  12.     go(the frame)
  13.   end if
  14. end
  15.