home *** CD-ROM | disk | FTP | other *** search
- on vaku whichsprite
- repeat with n = 1 to 5
- set the blend of sprite whichsprite to n * 20
- updateStage()
- end repeat
- set the member of sprite 15 to "fekete_keret"
- updateStage()
- set the member of sprite 15 to "piros_keret"
- updateStage()
- repeat with n = 10 down to 0
- set the blend of sprite whichsprite to n * 10
- updateStage()
- end repeat
- end
-