From 9e642e574d38e6a4dc6f5dd14c328e30890233a2 Mon Sep 17 00:00:00 2001 From: kramm Date: Wed, 2 Jun 2004 19:06:14 +0000 Subject: [PATCH] clip example uses a jpeg now. --- doc/swfc.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/swfc.xml b/doc/swfc.xml index 5aaa6e4..e2ee61f 100644 --- a/doc/swfc.xml +++ b/doc/swfc.xml @@ -310,11 +310,11 @@ them for clipping: .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... - .put scene # ...the image "scene" + .put scenery scale=50% .end .frame 100 .change hithere rotate+=360 pin=center scale=100% -- 1.7.10.4