A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Change music between scenes w/ fade?

  1. #1
    Junior Member
    Join Date
    Sep 2000
    Posts
    10

    Change music between scenes w/ fade?

    Is it possible to change a loop between scenes AND have it fade in and fade out as the scenes change?? I apologize, in advance, if this question has already been posted!

  2. #2
    Registered User
    Join Date
    Apr 2001
    Location
    Akron OH, USA
    Posts
    4,841
    sure its possible, but requires some committed ActionScripting skill on your part.

    are you trying to crossfade two loops between scenes?

  3. #3
    Junior Member
    Join Date
    Sep 2000
    Posts
    10
    Yes, thats what I am trying to do...and its for a freelance job, so no matter how difficult it may be for me, I have to do it! If you can help, that would be great!
    I have 5 different scenes in this movie. And I would like for each scene to have its own music, but its so hard to make a nice transition, so I hope this works!

  4. #4
    Registered User
    Join Date
    Apr 2001
    Location
    Akron OH, USA
    Posts
    4,841
    assuming that you want music from scene 1 to play a short bit over into scene 2, and fade out as scene 2 loop starts to fade in...

    you will need to review how sound objects work (FAQ #36).
    FAQ #10 discusses techniques for sounds to play across scenes
    FAQ #4 for ideas on how to dynamically fade out sounds

    I would suggest that you break the problem down into component parts and solving each one individually.

    For example, first you might try to get sounds to play across scenes, then work on actionscript fades with one sound, but without any scenes, then crossfading two sounds, then putting it all together.

    From an aesthetic point of view loops crossfade best when the beats line up, but this could be quite difficult to do in your context, so hopefully the end result you get will be acceptible.

  5. #5
    Junior Member
    Join Date
    Sep 2000
    Posts
    10
    Thank you for your help!

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center