From: kramm Date: Wed, 2 Apr 2003 17:54:15 +0000 (+0000) Subject: added example for sound, start, stop. X-Git-Tag: release-0-4-4~58 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=040bf66a9d112af3eb6ce5caff8ff324c2aa531b added example for sound, start, stop. --- 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 +