X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=doc%2Fexamples%2FMoveTutorial.sc;h=25e5ae8f1abf43d08cda9466338dc146bc54c226;hb=52c82a2de935d999056f9550cebde50f1d4149ab;hp=6aa5dc212b3bac52128985f5016647c5587ce132;hpb=201d1662db816fd89f9fab9d576fccfb98a3b172;p=swftools.git diff --git a/doc/examples/MoveTutorial.sc b/doc/examples/MoveTutorial.sc index 6aa5dc2..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,29 +15,29 @@ # # CHARACTERS # -.shape axes axesClip.swf +.swf axes axesClip.swf .circle pin 8 color=blue fill=blue # .font helv "HelveticaBold.swf" # .text mesg1 text="(1) This tutorial demonstrates object motions." font=helv color=yellow size=25% .text mesg2 text="(2) Every object can be animated in coordinate space." font=helv color=red size=25% -.text mesg3 text="(3) Let's examine each type of motion." font=helv color=yellow size=25% +.text mesg3 text="(3) Let's examine each type of motion." font=helv color=magenta size=25% # -.text mesg4 text="(4) It can translate in x..." font=helv color=yellow size=25% -.text mesg5 text="(5) ... it can translate in y ..." font=helv color=green size=25% -.text mesg6 text="(6) or both." font=helv color=blue size=25% -.text mesg7 text="(7) It can rotate." font=helv color=yellow size=25% +.text mesg4 text="(4) It can translate in x..." font=helv color=green size=25% +.text mesg5 text="(5) ... it can translate in y ..." font=helv color=cyan size=25% +.text mesg6 text="(6) or both." font=helv color=yellow size=25% +.text mesg7 text="(7) It can rotate." font=helv color=magenta size=25% # -.text mesg8 text="(8) It can scale in x ..." font=helv color=yellow size=25% +.text mesg8 text="(8) It can scale in x ..." font=helv color=blue size=25% .text mesg9 text="(9) ... it can scale in y ..." font=helv color=red size=25% -.text mesg10 text="(10)... or both." font=helv color=red size=25% -.text mesg11 text="(11) It can shear positively ..." font=helv color=red size=25% -.text mesg12 text="(12) ... or negatively." font=helv color=red size=25% -.text mesg13 text="(13) By combining these motions ..." font=helv color=red size=25% +.text mesg10 text="(10)... or both." font=helv color=cyan size=25% +.text mesg11 text="(11) It can shear positively ..." font=helv color=green size=25% +.text mesg12 text="(12) ... or negatively." font=helv color=yellow size=25% +.text mesg13 text="(13) By combining these motions ..." font=helv color=blue size=25% # .text mesg14 text="(14) ... you can produce various illusions ..." font=helv color=red size=25% -.text mesg15 text="(15) ... of depth and velocity." font=helv color=red size=25% +.text mesg15 text="(15) ... of depth and velocity." font=helv color=magenta 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%