Skip to main content
Participant
October 4, 2018
Answered

Adding effects to sound i Animate

  • October 4, 2018
  • 1 reply
  • 290 views

I try to edit the sound, but no matter what I do, the window for Effect in the Properties-window is not highlighted. And the sync-envelope gives me no obsions either. I click on the layer containing the sound, and under the properties-label I then see the sound-label, but like I say the Effects-window is not working. And when I play back the animation, I hear the sound itself, but if I stop the animation and continue to play from where I stopped, the sound is not coming back. Not before I start the animation from the beginning again. Can anybody help? Yngvar

    This topic has been closed for replies.
    Correct answer ClayUUID

    Let me guess, this is an HTML5 Canvas document? If you want access to those advanced sound capabilities you have to work in an AS3 document. But you should only use AS3 anymore if your output target is a video file or non-web application.

    1 reply

    ClayUUIDCorrect answer
    Legend
    October 4, 2018

    Let me guess, this is an HTML5 Canvas document? If you want access to those advanced sound capabilities you have to work in an AS3 document. But you should only use AS3 anymore if your output target is a video file or non-web application.

    Participant
    October 4, 2018

    Must be it! Thanks a lot. Yngvar