swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] A question about morphing


From: Matthias Kramm
Subject: Re: [Swftools-common] A question about morphing
Date: Sat, 28 May 2005 18:42:04 +0200
User-agent: Mutt/1.5.6i

On Sat, May 28, 2005 at 06:04:14PM +0200, qflash wrote:
> Does SWFC support morphing between shapes? And between entire frames? I 
> need this feature because I'm doing a flash program 

Morphing between shapes is in the pipeline- when it's implemented
the syntax will be something like

.outline shape1:
    #define shape 1
.end
.outline shape2:
    #define shape 2
.end
.morphshape morphthing start=shape1 end=shape2 fill=green line=red linewidth=3
.frame 250
    .put morphthing ratio=0%
.frame 270
    .change morphthing ratio=100%

(with .outline also being able to be a .textshape, of course)

I'm not planning to implement morphing between frames, because I wouldn't
know how to. :) (As frames can be arbitrarily complex, with clippings,
bitmaps, etc., you'd need a horrifyingly complex algorithm in order to 
get a "smooth" transition- e.g., how would you morph a frame containing
two bitmaps into a frame containing a line of text?)

> http://www.etynos.org/qflash and I want to use SWFTools instead of Ming 
> (which are used now). Is SWFC going to support morphing soon? 

Looks nice. I'm honored that you (want to) use SWFTools for this. :)

Greetings

Matthias





reply via email to

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