.flash filename="blend.swf" version=8 bbox=1024x768 .jpeg background "scenery.jpg" .png peppers "baboon_alpha.png" .put background .sprite animation .put peppers scale=25% pin=center x=64 y=64 alpha=0+255 .frame 100 .change peppers scale=25% rotate=360% x=32 alpha=1 pin=center .frame 200 .change peppers rotate=270% scale=40% x=92 .frame 300 .change peppers rotate=360% scale=25% x=64 red=-1+255 green=-1+255 blue=-1+255 alpha=-1+255 #invert .frame 400 .change peppers rotate=270% scale=30% x=92 y=92 red=0 green=0 blue=1 alpha=1 #remove red/green .frame 500 .change peppers rotate=180% scale=35% x=128 y=128 red=1 green=0 blue=0 #remove green/blue .frame 600 .change peppers rotate=90% scale=40% x=128 y=128 red=0 green=1 blue=0 #remove blue/red .frame 700 .change peppers rotate=0% scale=25% red=1 green=1 blue=1 alpha=0+255 .frame 800 .end .font font "/usr/lib/win32/fonts/arialbd.ttf" .textshape t1 text="normal" font=font size=50% .filled f1 outline=t1 line=1 color=blue fill=yellow .put f1 y=20 x=0 .textshape t2 text="normal2" font=font size=50% .filled f2 outline=t2 line=1 color=blue fill=yellow .put f2 y=20 x=256 .textshape t3 text="layer" font=font size=50% .filled f3 outline=t3 line=1 color=blue fill=yellow .put f3 y=20 x=512 .textshape t4 text="multiply" font=font size=50% .filled f4 outline=t4 line=1 color=blue fill=yellow .put f4 y=20 x=768 .textshape t5 text="screen" font=font size=50% .filled f5 outline=t5 line=1 color=blue fill=yellow .put f5 y=220 x=0 .textshape t6 text="lighten" font=font size=50% .filled f6 outline=t6 line=1 color=blue fill=yellow .put f6 y=220 x=256 .textshape t7 text="darken" font=font size=50% .filled f7 outline=t7 line=1 color=blue fill=yellow .put f7 y=220 x=512 .textshape t8 text="add" font=font size=50% .filled f8 outline=t8 line=1 color=blue fill=yellow .put f8 y=220 x=768 .textshape t9 text="substract" font=font size=50% .filled f9 outline=t9 line=1 color=blue fill=yellow .put f9 y=420 x=0 .textshape t10 text="difference" font=font size=50% .filled f10 outline=t10 line=1 color=blue fill=yellow .put f10 y=420 x=256 .textshape t11 text="invert" font=font size=50% .filled f11 outline=t11 line=1 color=blue fill=yellow .put f11 y=420 x=512 .textshape t12 text="alpha" font=font size=50% .filled f12 outline=t12 line=1 color=blue fill=yellow .put f12 y=420 x=768 .textshape t13 text="erase" font=font size=50% .filled f13 outline=t13 line=1 color=blue fill=yellow .put f13 y=620 x=0 .textshape t14 text="overlay" font=font size=50% .filled f14 outline=t14 line=1 color=blue fill=yellow .put f14 y=620 x=256 .textshape t15 text="hardlight" font=font size=50% .filled f15 outline=t15 line=1 color=blue fill=yellow .put f15 y=620 x=512 .put w1=animation blend=normal y=0 x=0 .put w2=animation blend=normal2 y=0 x=256 .put w3=animation blend=layer y=0 x=512 .put w4=animation blend=multiply y=0 x=768 .put w5=animation blend=screen y=200 x=0 .put w6=animation blend=lighten y=200 x=256 .put w7=animation blend=darken y=200 x=512 .put w8=animation blend=add y=200 x=768 .put w9=animation blend=substract y=400 x=0 .put w10=animation blend=difference y=400 x=256 .put w11=animation blend=invert y=400 x=512 .put w12=animation blend=alpha y=400 x=768 .put w13=animation blend=erase y=600 x=0 .put w14=animation blend=overlay y=600 x=256 .put w15=animation blend=hardlight y=600 x=512 .end