File version: 5

File is zlib compressed. Ratio: 55%

File size: 23875 (Depacked)

Frame rate: 50.000000

Frame count: 518

Movie width: 210.00

Movie height: 210.00

#
# Move Objects with Swftools http://www.quiss.org/swftools/ #
# Add / Substract object ('mask' erase the 3 first circles) #

.flash bbox=210x210 version=5 name="rgb.swf" compress

        .box fond width=210 height=210 color=gray fill=white line=2
        .box cadre width=210 height=210 color=gray fill=none line=2
        .font myfont "../font/Automaton.swf"
        .text text_logo font=myfont text="SwfTools" color=blue size=10%

        .circle full r=50 color=black fill=none
        .circle dblue r=50 color=blue fill=blue 
        .circle dred r=50 color=red fill=red    
        .circle dgreen r=50 color=green fill=green
        .circle mask r=75 color=white fill=none line=52

#
# Place Objects
#

.put fond
.sprite ball

        .put full pin=center x=105 y=105
        .put dblue pin=center x=61.7 y=80 alpha=60%
        .put dred  pin=center x=148.3 y=80 alpha=60%
        .put dgreen pin=center x=105 y=155 alpha=60%
        .put text_logo pin=center x=105 y=135
        .put mask pin=center x=105 y=105

.end

.frame 0

        .put ball pin=center x=50 y=50
        .put cadre
.frame 59
        .change ball pin=center x=50 y=50
.frame 200
        .change ball pin=center x=160 y=160 rotate=-720
.frame 259
        .change ball pin=center x=160 y=160 rotate=-720
.frame 359
        .change ball pin=center x=160 y=50 rotate=-360
.frame 418
        .change ball pin=center x=160 y=50 rotate=-360
.frame 518
        .change ball pin=center x=50 y=50 rotate=0

.end # End swf movie