small fixes
authorkramm <kramm>
Fri, 6 Feb 2004 19:40:15 +0000 (19:40 +0000)
committerkramm <kramm>
Fri, 6 Feb 2004 19:40:15 +0000 (19:40 +0000)
doc/fileformat.sc
doc/swfc.xml

index 538d5d3..9970992 100644 (file)
@@ -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
 # -----------
 
 # File header
 # -----------
 
 # interpolation between crude manual animation frames
 # ---------------------------------------------------
 
 # 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.
 
 
 # now draw two balls, which fly around each other.
 
 # clipping an animation inside a star-shaped sprite:
 
 .swf mystar1 "star.swf"
 # clipping an animation inside a star-shaped sprite:
 
 .swf mystar1 "star.swf"
-.movie anim1 "penguins.swf"
+.swf anim1 "penguins.swf"
 
 .sprite cspr1
     .startclip mystar1
 
 .sprite cspr1
     .startclip mystar1
index 106efac..8be7cca 100644 (file)
@@ -89,7 +89,7 @@ Boxes:
 
  <note>
   Though swfc is a command-line utility, there also exists a nice graphical
 
  <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>
  </note>
 
  </section>