fixed syntax.
authorkramm <kramm>
Sun, 6 Jun 2004 16:43:03 +0000 (16:43 +0000)
committerkramm <kramm>
Sun, 6 Jun 2004 16:43:03 +0000 (16:43 +0000)
12 files changed:
doc/examples/HoppingMonkey.sc
doc/examples/MoveTutorial.sc
doc/examples/Pins.sc
doc/examples/PinsTutorial.sc
doc/examples/boxes.sc
doc/examples/clip.sc
doc/examples/cxform.sc
doc/examples/fonts.sc
doc/examples/ghosts.sc
doc/examples/ghosts2.sc
doc/examples/multiMove.sc
doc/examples/transparency.sc

index 78b7603..b7a9f74 100644 (file)
@@ -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
index d5a4f94..25e5ae8 100644 (file)
@@ -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"
index 52f13d2..aa20b4c 100644 (file)
@@ -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
 #
 .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...
index 92740d4..1bdb6f0 100644 (file)
@@ -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
 
index ed1d88a..9cba9e5 100644 (file)
@@ -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
index febe237..e58a080 100644 (file)
@@ -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
index 201c955..3497cf5 100644 (file)
@@ -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
index 678a59d..bbb0963 100644 (file)
@@ -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
index 309ae17..5d6faa4 100644 (file)
@@ -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
index d34f2ed..e3489ea 100644 (file)
@@ -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"
 
index 12c8238..3ffe04b 100644 (file)
@@ -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"
 #
index 7b9456e..125393b 100644 (file)
@@ -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