+# ===========================================================================
+#
+# 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
# -----------
# 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.
# clipping an animation inside a star-shaped sprite:
.swf mystar1 "star.swf"
-.movie anim1 "penguins.swf"
+.swf anim1 "penguins.swf"
.sprite cspr1
.startclip mystar1
<note>
Though swfc is a command-line utility, there also exists a nice graphical
- frontend for it, called <uri link="http://www.ucolick.de/~de/Snarf/quiss">Swifty</uri>.
+ frontend for it, called Swifty.
</note>
</section>