#Festlegung des Namens der Ausgabedatei, der Abmessungen und der Hintergrundfarbe
.flash filename="helloworld.swf" bbox=400x120 background=blue
#Font definieren, vollständig Pfad angeben
.font Arial filename="C:\WINDOWS\Fonts\Arial.ttf"
#Text definieren
.text helloworld font=Arial text="Hello World!"
#ohne put geht nichts
.put helloworld y=100
.end
#Anmerkungen zur Modifikation
#Schriftart ändern
#Festlegung des Namens der Ausgabedatei
.flash filename="fontoutline.swf"
.font Arial "Arial.swf"
.textshape helloworld font=Arial size=200% text="Hello World"
.filled filled_helloworld outline=helloworld fill=blue line=3 color=green
.put filled_helloworld
.end
#Anmerkungen zur Modifikation
#andere Schriftart, Font aus ttf einbinden, Schriftgröße ändern
#Festlegung des Namens der Ausgabedatei
.flash filename="fontgradient.swf"
.font Arial "Arial.swf"
.textshape helloworld font=Arial text="SHADE"
.gradient whitefade:
0% black
10% white
50% #505050
100% yellow
.end
.filled filled_helloworld outline=helloworld fill=whitefade line=1 color=#2c2c2c
.put filled_helloworld scale=200%
.end
#Anmerkungen zur Modifikation
#andere Schriftart, Font aus ttf einbinden, Schriftgröße ändern
#beim Farbverlauf Farben und 5 ändern
#Festlegung des Namens der Ausgabedatei
.flash filename="fontimage.swf"
.font courier "Courier.swf"
.jpeg beach "bild01.jpg"
.textshape text font=courier text="HOLIDAY"
.filled filled_text outline=text fill=beach line=1 color=#2c2c2c
.put filled_text scale=200%
.end
#Anmerkungen zur Modifikation
#andere Schriftart, Font aus ttf einbinden, Schriftgröße ändern
#anderes Hintergrundbild
#Festlegung des Namens der Ausgabedatei
.flash filename="fontrotation.swf"
.font courier "Courier.swf"
.text hithere text="HELLO" font=courier size=100%
.jpeg scenery "bild01.jpg"
.frame 1
.startclip hithere pin=center x=100 y=75 scale=150% #text clips...
.put scenery scale=50%
.end
.frame 100
.change hithere rotate+=360 pin=center scale=100%
.end
#Anmerkungen zur Modifikation
#andere Schriftart, Font aus ttf einbinden, Schriftgröße ändern
#anderes Hintergrundbild
#Festlegung des Namens der Ausgabedatei
.flash filename="fontrotation_2.swf"
.font courier "Courier.swf"
.text hello text="HELLO" font=courier size=200% color=blue
.text world text="WORLD" font=courier size=200% color=red
.frame 1
.put hello pin=center x=50 y=50
.put world pin=center x=50 y=50 alpha=25%
.frame 200
.change hello rotate+=360 pin=center alpha=25%
.change world rotate-=360 pin=center alpha=100%
.end
#Anmerkungen zur Modifikation
#andere Schriftart, Font aus ttf einbinden, Schriftgröße ändern
#Festlegung des Namens der Ausgabedatei, der Größe, der Hintergrundfarbe, der Flashversion
.flash filename="textclip.swf" bbox=400x120 background=black version=6
.font courier "Courier.swf"
.textshape helloworld text="HELLO WORLD" font=courier size=200%
.filled helloworld1 outline=helloworld fill=blue line=0
.filled helloworld2 outline=helloworld fill=green line=0
.frame 1
.put h3=helloworld1 y=110
.startclip h1=helloworld1 y=110
.put h2=helloworld2 y=110
.end
.frame 1000
.change h1 x=-1000
.change h2 x=-500
.change h3 x=-1000
.end
# Modifikation:Schriftart u.-farbe