clip example uses a jpeg now.
authorkramm <kramm>
Wed, 2 Jun 2004 19:06:14 +0000 (19:06 +0000)
committerkramm <kramm>
Wed, 2 Jun 2004 19:06:14 +0000 (19:06 +0000)
doc/swfc.xml

index 5aaa6e4..e2ee61f 100644 (file)
@@ -310,11 +310,11 @@ them for clipping:
 .flash name="text5.swf"
 .font courier "Courier.swf"
 .text hithere text="HELLO" font=courier size=200%
 .flash name="text5.swf"
 .font courier "Courier.swf"
 .text hithere text="HELLO" font=courier size=200%
-.swf scene Scenery50.swf
+.jpeg scenery "scenery.jpg"
 
 .frame 0
     .startclip hithere pin=center x=100 y=75 scale=50% #text clips...
 
 .frame 0
     .startclip hithere pin=center x=100 y=75 scale=50% #text clips...
-        .put scene # ...the image "scene"
+        .put scenery scale=50%
     .end
 .frame 100
      .change hithere rotate+=360 pin=center scale=100%
     .end
 .frame 100
      .change hithere rotate+=360 pin=center scale=100%