swftools-common
[Top][All Lists]
Advanced

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

[Swftools-common] Shape morphing question


From: Jacek Brzeski
Subject: [Swftools-common] Shape morphing question
Date: Thu, 24 Nov 2005 19:29:04 +0100
User-agent: Mozilla Thunderbird 1.0.7 (X11/20051013)

Hey,
i can't find examples of good shape morphing anywhere.

i got:

# logo animation
.flash bbox=280x120 version=6 name="amtel_logo0.0.4.swf" fps=25 compress

# first two shapes, before and after, just example.
.outline alo1:
M 28.178570,44.250000 L 0.50000000,25.678570 L 49.607140,0.50000000 L 10.678570,26.035720 L 28.178570,44.250000
.end

.outline alo1b:
M 28.178570,44.250000 L 10.5,25.678570 L 49.607140,0.50000000 L 10.678570,26.035720 L 28.178570,44.250000
.end

# then definition of morphing
.morphshape morphthing start=alo1 end=alo1b

# and then, finally:
.frame 1
.put morphthing ratio=0% x=50 y=50
        
.frame 30
.change morphthing ratio=100%

.end
#end

but it doesn't show anything. What am i missing?
And how do i do filled shape? I couldn't make it work...?

thanks,
#9




reply via email to

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