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

  1. on init_csajok_csik which
  2.   global csajok_csik_h, which_csaj
  3.   if csajok_csik_h = 0 then
  4.     csajok_csik_h = the locH of sprite which
  5.   end if
  6.   set the locH of sprite which to csajok_csik_h
  7. end
  8.  
  9. on init_csaj_nev which
  10.   global which_csaj
  11.   set the member of sprite which to "csaj_nev_" & which_csaj
  12. end
  13.  
  14. on init_csaj_text which
  15.   global which_csaj
  16.   set the member of sprite which to "csaj_text_" & which_csaj
  17. end
  18.  
  19. on init_csaj_big which
  20.   global which_csaj
  21.   set the member of sprite which to "csaj_big_" & which_csaj
  22. end
  23.  
  24. on init_csaj_kiskep which
  25.   global which_csaj
  26.   set the member of sprite which to "csaj_kiskep_" & which_csaj
  27. end
  28.  
  29. on sound_icon_init
  30.   global ismusic
  31.   if soundBusy(1) then
  32.   else
  33.     ismusic = 0
  34.     sprite(28).visible = 1
  35.     sprite(29).visible = 0
  36.     sprite(30).visible = 0
  37.   end if
  38. end
  39.