swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Swftools-common] swfc bug in first example


From: Russell Lyons
Subject: [Swftools-common] swfc bug in first example
Date: Tue, 13 Jul 2010 11:58:56 -0400 (EDT)
User-agent: Alpine 2.00 (LFD 1167 2008-08-23)

Dear All,

There seems to be a bug that is exhibited in the very first example of
swfc code: (http://www.swftools.org/swfc/swfc.html)

         Code listing 1.1


        .flash filename="box.swf"
            .box b1 100 100 color=yellow fill=red
            .put b1 pin=center scale=0%
            .frame 100
            .change b1 pin=center scale=100%
            .frame 200
            .change b1 pin=center scale=0%
        .end

Namely, the very first frame shows the box in the wrong position and
size. It flashes very briefly (on every loop), so could be missed by a
casual viewer. I thought it would have shown only if a .put statement
were there, but the first .put gives it a different size. What's wrong?

Thanks,
Russ



reply via email to

[Prev in Thread] Current Thread [Next in Thread]