From: kramm Date: Fri, 6 Feb 2004 19:40:15 +0000 (+0000) Subject: small fixes X-Git-Tag: release-0-5-0~4 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=a56e5730e868870c408848b6e56b73d4a0c11b44 small fixes --- diff --git a/doc/fileformat.sc b/doc/fileformat.sc index 538d5d3..9970992 100644 --- a/doc/fileformat.sc +++ b/doc/fileformat.sc @@ -1,3 +1,12 @@ +# =========================================================================== +# +# swfc(1) File format specification +# +# Warning: not all of this is actually implemented yet- if there's a +# "TODO" behind a command, it has yet to be integrated into swfc. +# +# =========================================================================== + # File header # ----------- @@ -123,7 +132,7 @@ # interpolation between crude manual animation frames # --------------------------------------------------- -.shape ball "ball.xml" # TODO #The ball should be white or violet to make the cxforms below work +.circle ball r=50 color=blue fill=violet # now draw two balls, which fly around each other. @@ -216,7 +225,7 @@ # clipping an animation inside a star-shaped sprite: .swf mystar1 "star.swf" -.movie anim1 "penguins.swf" +.swf anim1 "penguins.swf" .sprite cspr1 .startclip mystar1 diff --git a/doc/swfc.xml b/doc/swfc.xml index 106efac..8be7cca 100644 --- a/doc/swfc.xml +++ b/doc/swfc.xml @@ -89,7 +89,7 @@ Boxes: Though swfc is a command-line utility, there also exists a nice graphical - frontend for it, called Swifty. + frontend for it, called Swifty.