Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: [flasher] help sound clip problem |
From: | mark carolin |
Date: | Thu, 25 Jan 2001 17:47:05 -0000 |
there are probably a couple ways to do this but one would be to create a
movie clip with actions on two different frames...
on frame 1:
var i;
stop();
on frame 2:
if ( i <= 100)
{
_root.presound.preload.setVolume(100-i);
i++;
}
on frame 5:
gotoAndPlay(2);
you could then tell this movieclip to play when you need it or attach it
when you need it
>
>ok i have a sound clip that in the first frame on a clip is
>onClipEvent (load) {
> _root.presound.preload = new Sound(_root.presound);
> _root.presound.preload.attachSound("preload");
> _root.presound.preload.setVolume(100);
> _root.presound.preload.start(0, 99);
>
>}
>
>now later on i need this to fade out but i cant seem to get it to do so.
>can
>someone help me out here.?
>i cant get anything to work.
>
>
>John Hamman
>motion designer
>
>Two Rivers
>Multimedia Solutions
>5000 new point road
>williamsburg Va 23188
>757.220.2396.tel
>757.220.5594.fax
>
>
>
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> The Chinwag site carries a wealth of Flash resources.
> Find useful links, suggested reading and archives at:
>
> ** http://www.chinwag.com/flasher **
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>You are subscribed to flasher as: mcarolinhotmail [dot] com
>To unsubscribe, email leave-flasher-479182Jlists [dot] chinwag [dot] com
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]