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

  1. on vegeanim
  2.   repeat with i = 1 to 5
  3.     repeat with n = 1 to 3
  4.       mozgass_csajok_csik("back")
  5.     end repeat
  6.     opac = 100 - (i * 20)
  7.     set the blend of sprite 10 to opac
  8.     set the blend of sprite 15 to opac
  9.   end repeat
  10. end
  11.