X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=doc%2Ffileformat.sc;h=a345967474b1da7b9b12068c847f08afb8108ad2;hb=5ede6209244433ea174111a9079fa6d0cf84d227;hp=779fa6876458049ec186b5f722f4bce56e598ddb;hpb=863160b762abe3fa57cd3120da883281e011d0be;p=swftools.git diff --git a/doc/fileformat.sc b/doc/fileformat.sc index 779fa68..a345967 100644 --- a/doc/fileformat.sc +++ b/doc/fileformat.sc @@ -694,6 +694,10 @@ .end +# fonts.sc +# +# fonts&text + .swf name="fonts.swf" .font courier "Courier.swf" .font helvetica "Helvetica.swf" @@ -748,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 +