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

  1. on anim_csajok_csik
  2.   global counter, which_csaj
  3.   counter = counter + 1
  4.   if counter > 99 then
  5.     counter = 1
  6.     which_csaj = which_csaj + 1
  7.     if which_csaj > 39 then
  8.       which_csaj = 1
  9.     end if
  10.     render_big_csaj()
  11.   end if
  12.   current_x = the locH of sprite 13
  13.   if current_x = -1533 then
  14.     current_x = 2328
  15.   end if
  16.   current_x = current_x - 1
  17.   set the locH of sprite 13 to current_x
  18. end
  19.