X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=doc%2Ffileformat.sc;fp=doc%2Ffileformat.sc;h=a345967474b1da7b9b12068c847f08afb8108ad2;hb=040bf66a9d112af3eb6ce5caff8ff324c2aa531b;hp=a25c2a43aa37576d5e3ff1691f836ecf5a34c8d8;hpb=58b1b0479ff50d205d8b61be737d3d56842bc659;p=swftools.git diff --git a/doc/fileformat.sc b/doc/fileformat.sc index a25c2a4..a345967 100644 --- 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 +