User Tag List

Results 1 to 3 of 3

Thread: Music fade??

  1. #1
    Clicker Fusion 2.5
    Warmachine's Avatar
    Join Date
    Nov 2009
    Location
    Charleston, WV
    Posts
    664
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Music fade??

    Does anyone know how to make music and/or sounds fade out? I would think there would be a line that would involve the channel and decrease the volume by x amount per second/100th of a second etc.....but i cant figure it out lol.

  2. #2
    No Products Registered

    Join Date
    Aug 2010
    Posts
    343
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Music fade??

    From one of Nivram's examples: distancevolumeexample.mfa
    set volume to:
    100-(Abs(Sqr((X( "Active" )-X( "Active 2" )) pow 2+(Y( "Active" )-Y( "Active 2" )) pow 2)))/3.5

    This is increases or decreases volume depending proximity. Works well.

  3. #3
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    mobichan's Avatar
    Join Date
    Oct 2007
    Location
    Buffalo, NY
    Posts
    3,310
    Mentioned
    28 Post(s)
    Tagged
    0 Thread(s)

    Re: Music fade??

    It is much easier if you use an extension like Onu, since it has built in functionality for fading in/out. But if you are using MMF's built in sound, then you can try setting the volume to a variable and just increase/decrease the variable by a set amount every frame until it reaches the desired volume. But this is more for global sound, not positional sound (like arfa's example).

Similar Threads

  1. Fade In: Fade tranisiton stops
    By AndyH in forum SWF/Flash Export Module Version 2.0
    Replies: 4
    Last Post: 11th March 2013, 12:25 PM
  2. Fade in und fade out problem !
    By Johnny in forum File Archive
    Replies: 3
    Last Post: 19th October 2009, 08:28 AM
  3. fade in, fade out et overlapping
    By Brovic in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 16th June 2009, 01:10 PM
  4. Fade out music automatically?
    By murderdeathkill in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 6th January 2008, 08:45 AM
  5. Transition fade-in & fade-out help
    By Rich in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 8th August 2007, 10:15 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •