From: kramm Date: Thu, 2 Jun 2005 17:05:42 +0000 (+0000) Subject: fixed morphshape syntax X-Git-Tag: release-0-7-0~61 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=478aa14b293d6c84bf9287b2d7c05358f31f72a8 fixed morphshape syntax --- diff --git a/doc/fileformat.sc b/doc/fileformat.sc index 2926fc4..1ea17a4 100644 --- a/doc/fileformat.sc +++ b/doc/fileformat.sc @@ -143,7 +143,13 @@ # morphing # -------- -.morphshape morphthing start="start.fig" end="end.fig" #TODO +.outline shape1: + #define shape 1 +.end +.outline shape2: + #define shape 2 +.end +.morphshape morphthing start=shape1 end=shape2 .frame 250 .put morphthing ratio=0% .frame 270