git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58b1b04
)
added example for sound, start, stop.
author
kramm
<kramm>
Wed, 2 Apr 2003 17:54:15 +0000
(17:54 +0000)
committer
kramm
<kramm>
Wed, 2 Apr 2003 17:54:15 +0000
(17:54 +0000)
doc/fileformat.sc
patch
|
blob
|
history
diff --git
a/doc/fileformat.sc
b/doc/fileformat.sc
index
a25c2a4
..
a345967
100644
(file)
--- a/
doc/fileformat.sc
+++ b/
doc/fileformat.sc
@@
-752,3
+752,20
@@
.change t9 alpha=0% shear=-0
.end
+# sound.sc
+#
+# Sound effects
+
+.swf name="sound.swf" fps=25
+.sound loco "LocoStart.wav"
+.sound whistle "Whistle.wav"
+
+.frame 0
+ .play loco
+.frame 25
+ .stop loco
+ .play whistle loop=20
+.frame 200
+ .stop whistle
+.end
+