From e42e776e0abab94b0f1c326d0834396ccadc0cb2 Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 6 Jun 2004 16:43:03 +0000 Subject: [PATCH] fixed syntax. --- doc/examples/HoppingMonkey.sc | 6 +++--- doc/examples/MoveTutorial.sc | 4 ++-- doc/examples/Pins.sc | 40 ++++++++++++++++++++-------------------- doc/examples/PinsTutorial.sc | 2 +- doc/examples/boxes.sc | 2 +- doc/examples/clip.sc | 2 +- doc/examples/cxform.sc | 4 ++-- doc/examples/fonts.sc | 2 +- doc/examples/ghosts.sc | 2 +- doc/examples/ghosts2.sc | 2 +- doc/examples/multiMove.sc | 2 +- doc/examples/transparency.sc | 2 +- 12 files changed, 35 insertions(+), 35 deletions(-) diff --git a/doc/examples/HoppingMonkey.sc b/doc/examples/HoppingMonkey.sc index 78b7603..b7a9f74 100644 --- a/doc/examples/HoppingMonkey.sc +++ b/doc/examples/HoppingMonkey.sc @@ -1,10 +1,10 @@ # monkey.sc # -.swf bbox=autocrop version=4 fps=50 name="HoppingMonkey.swf" +.flash bbox=autocrop version=4 fps=50 name="HoppingMonkey.swf" - .shape island "island.swf" - .shape monkey "monkey4.swf" + .swf island "island.swf" + .swf monkey "monkey4.swf" .put island .point leftfoot 45 177 .point rightfoot 138 177 diff --git a/doc/examples/MoveTutorial.sc b/doc/examples/MoveTutorial.sc index d5a4f94..25e5ae8 100644 --- a/doc/examples/MoveTutorial.sc +++ b/doc/examples/MoveTutorial.sc @@ -1,7 +1,7 @@ # Moves.sc # tutorial on types of Moves for the user. -.swf bbox=autocrop version=4 fps=25 name="MoveTutorial.swf" +.flash bbox=autocrop version=4 fps=25 name="MoveTutorial.swf" # SPRITES @@ -15,7 +15,7 @@ # # CHARACTERS # -.shape axes axesClip.swf +.swf axes axesClip.swf .circle pin 8 color=blue fill=blue # .font helv "HelveticaBold.swf" diff --git a/doc/examples/Pins.sc b/doc/examples/Pins.sc index 52f13d2..aa20b4c 100644 --- a/doc/examples/Pins.sc +++ b/doc/examples/Pins.sc @@ -1,7 +1,7 @@ # Pins.sc # tutorial on Pins for the user. -.swf bbox=autocrop version=4 fps=25 name="Pins.swf" +.flash bbox=autocrop version=4 fps=25 name="Pins.swf" .sprite reticle .box box width=5 height=5 color=yellow @@ -15,28 +15,28 @@ # .font helv "HelveticaBold.swf" # -.text mesg1 text="(1) This tutorial explains \"pins\" . . ." font=helv color=yellow size=25% -.text mesg2 text="(2) Every object such as this simple box ..." font=helv color=red size=25% -.text mesg3 text="(3) ... is \"pinned\" to a screen x,y." font=helv color=yellow size=25% +.text mesg1 text="(1) This tutorial explains \"pins\" . . ." font=helv color=yellow size=100% +.text mesg2 text="(2) Every object such as this simple box ..." font=helv color=red size=100% +.text mesg3 text="(3) ... is \"pinned\" to a screen x,y." font=helv color=yellow size=100% # -.text mesg4 text="(4) The yellow reticle is at 100,100..." font=helv color=yellow size=25% -.text mesg5 text="(5) The box's \"pin\" is at (relative to the box) 0,0." font=helv color=green size=25% -.text mesg6 text="(6) When we .put the box at 100,100, its pin lands..." font=helv color=blue size=25% -.text mesg7 text="(7) ... on 100,100." font=helv color=yellow size=25% +.text mesg4 text="(4) The yellow reticle is at 100,100..." font=helv color=yellow size=100% +.text mesg5 text="(5) The box's \"pin\" is at (relative to the box) 0,0." font=helv color=green size=100% +.text mesg6 text="(6) When we .put the box at 100,100, its pin lands..." font=helv color=blue size=100% +.text mesg7 text="(7) ... on 100,100." font=helv color=yellow size=100% # -.text mesg8 text="(8) Relative 0,0 is the default pin." font=helv color=yellow size=25% -.text mesg9 text="(9) If we rotate the box..." font=helv color=red size=25% -.text mesg10 text="(10)... it rotates around its default pin" font=helv color=red size=25% -.text mesg11 text="(11) If we specify a special pin called \"center\"" font=helv color=red size=25% -.text mesg12 text="(12) the box center will be at 100,100..." font=helv color=red size=25% -.text mesg13 text="(13) and it will rotate in place." font=helv color=red size=25% +.text mesg8 text="(8) Relative 0,0 is the default pin." font=helv color=yellow size=100% +.text mesg9 text="(9) If we rotate the box..." font=helv color=red size=100% +.text mesg10 text="(10)... it rotates around its default pin" font=helv color=red size=100% +.text mesg11 text="(11) If we specify a special pin called \"center\"" font=helv color=red size=100% +.text mesg12 text="(12) the box center will be at 100,100..." font=helv color=red size=100% +.text mesg13 text="(13) and it will rotate in place." font=helv color=red size=100% # -.text mesg14 text="(14) Interesting things will happen..." font=helv color=red size=25% -.text mesg15 text="(15) ... if a .change command moves the pin!" font=helv color=red size=25% -# .text mesg13 text="(16) and it will rotate in place." font=helv color=red size=25% -# .text mesg13 text="(17) and it will rotate in place." font=helv color=red size=25% -# .text mesg13 text="(18) and it will rotate in place." font=helv color=red size=25% -# .text mesg13 text="(19) and it will rotate in place." font=helv color=red size=25% +.text mesg14 text="(14) Interesting things will happen..." font=helv color=red size=100% +.text mesg15 text="(15) ... if a .change command moves the pin!" font=helv color=red size=100% +# .text mesg13 text="(16) and it will rotate in place." font=helv color=red size=100% +# .text mesg13 text="(17) and it will rotate in place." font=helv color=red size=100% +# .text mesg13 text="(18) and it will rotate in place." font=helv color=red size=100% +# .text mesg13 text="(19) and it will rotate in place." font=helv color=red size=100% # # oh no, we have to make zillions of these sprites... sigh... diff --git a/doc/examples/PinsTutorial.sc b/doc/examples/PinsTutorial.sc index 92740d4..1bdb6f0 100644 --- a/doc/examples/PinsTutorial.sc +++ b/doc/examples/PinsTutorial.sc @@ -1,7 +1,7 @@ # Pins.sc # tutorial on Pins for the user. -.swf bbox=autocrop version=4 fps=25 name="PinsTutorial.swf" +.flash bbox=autocrop version=4 fps=25 name="PinsTutorial.swf" # SPRITES diff --git a/doc/examples/boxes.sc b/doc/examples/boxes.sc index ed1d88a..9cba9e5 100644 --- a/doc/examples/boxes.sc +++ b/doc/examples/boxes.sc @@ -2,7 +2,7 @@ # # Do things with rectangles. -.swf bbox=autocrop version=6 fps=50 name="boxes.swf" compress +.flash bbox=autocrop version=6 fps=50 name="boxes.swf" compress .box box1 width=100 height=100 color=red fill #filled red box .box box2 width=100 height=100 color=white #white hollow frame diff --git a/doc/examples/clip.sc b/doc/examples/clip.sc index febe237..e58a080 100644 --- a/doc/examples/clip.sc +++ b/doc/examples/clip.sc @@ -2,7 +2,7 @@ # # Test clipping -.swf name="clip.swf" fps=25 +.flash name="clip.swf" fps=25 .sprite s1 # this just constructs a colorful object "s1" .box b1 40 40 color=red fill=violet line=10 .box b2 40 40 color=blue fill=green line=10 diff --git a/doc/examples/cxform.sc b/doc/examples/cxform.sc index 201c955..3497cf5 100644 --- a/doc/examples/cxform.sc +++ b/doc/examples/cxform.sc @@ -2,9 +2,9 @@ # # Try color transforms -.swf name="cxform.swf" version=5 +.flash name="cxform.swf" version=5 - .shape s1 "photo.swf" + .swf s1 "photo.swf" .put s1 x=50 y=50 scalex=110 scaley=110 .frame 100 diff --git a/doc/examples/fonts.sc b/doc/examples/fonts.sc index 678a59d..bbb0963 100644 --- a/doc/examples/fonts.sc +++ b/doc/examples/fonts.sc @@ -2,7 +2,7 @@ # # fonts&text -.swf name="fonts.swf" +.flash name="fonts.swf" .font courier "Courier.swf" .font helvetica "Helvetica.swf" .text abc text="abcdefghijklmnopqrstuvwxyz" font=courier size=100% color=blue diff --git a/doc/examples/ghosts.sc b/doc/examples/ghosts.sc index 309ae17..5d6faa4 100644 --- a/doc/examples/ghosts.sc +++ b/doc/examples/ghosts.sc @@ -1,6 +1,6 @@ # Shearing -.swf bbox=autocrop name="ghosts.swf" fps=25 +.flash bbox=autocrop name="ghosts.swf" fps=25 .font helvetica "Helvetica.swf" .text text text="swfc" font=helvetica size=100% color=yellow diff --git a/doc/examples/ghosts2.sc b/doc/examples/ghosts2.sc index d34f2ed..e3489ea 100644 --- a/doc/examples/ghosts2.sc +++ b/doc/examples/ghosts2.sc @@ -1,6 +1,6 @@ # Shearing -.swf bbox=autocrop name="ghosts2.swf" fps=25 +.flash bbox=autocrop name="ghosts2.swf" fps=25 .font helvetica "Helvetica.swf" diff --git a/doc/examples/multiMove.sc b/doc/examples/multiMove.sc index 12c8238..3ffe04b 100644 --- a/doc/examples/multiMove.sc +++ b/doc/examples/multiMove.sc @@ -2,7 +2,7 @@ # # test shear -.swf bbox=autocrop version=6 fps=50 name="multiMove.swf" +.flash bbox=autocrop version=6 fps=50 name="multiMove.swf" # .font helv "HelveticaBold.swf" # diff --git a/doc/examples/transparency.sc b/doc/examples/transparency.sc index 7b9456e..125393b 100644 --- a/doc/examples/transparency.sc +++ b/doc/examples/transparency.sc @@ -2,7 +2,7 @@ # # Test transparency -.swf bbox=200x200 version=5 fps=25 name="transparency.swf" +.flash bbox=200x200 version=5 fps=25 name="transparency.swf" .box box1 90 90 color=yellow fill=blue line=5 .box box2 90 90 color=white fill=red line=5 -- 1.7.10.4