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

  1. on vaku whichsprite
  2.   repeat with n = 1 to 5
  3.     set the blend of sprite whichsprite to n * 20
  4.     updateStage()
  5.   end repeat
  6.   set the member of sprite 15 to "fekete_keret"
  7.   updateStage()
  8.   set the member of sprite 15 to "piros_keret"
  9.   updateStage()
  10.   repeat with n = 10 down to 0
  11.     set the blend of sprite whichsprite to n * 10
  12.     updateStage()
  13.   end repeat
  14. end
  15.