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

  1. on exitFrame
  2.   sound_icon_init()
  3.   go(the frame)
  4. end
  5.  
  6. on mouseUp
  7.   global goexit, gohelp
  8.   goexit = 0
  9.   goexit = 0
  10.   go(the frame + 2)
  11. end
  12.  
  13. on prepareFrame
  14.   sprite(50).visible = 0
  15.   sprite(51).visible = 0
  16.   sprite(52).visible = 0
  17. end
  18.