Sound: Set Channel Volume??

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • I'm running into an issue where I cannot set a custom volume on a sound channel.

    1) The user can set a channel's volume using a slider, from 0 to 100
    2) The user can press a button to play the sound (via a Fastloop, described below)

    On loop "Play Sound"
    - Set volume of channel #1 to SliderVolume
    On loop "Play Sound
    - Play sound Bang on channel #1

    The sound plays fine, but the volume is never altered. This works 100% when testing on PC. Help?

    Please login to see this link.
    Please login to see this link.

  • I've done some testing and setting channel volume does not seem to work on any of my devices... does anyone have channel volume working for them somehow?

    Please login to see this link.
    Please login to see this link.

  • FIXED!

    FYI, for anyone using sound channels and altering channel volume on Android:

    When setting a channel volume, you must set it AFTER the event that plays the sound. It seems playing a sound on a channel resets the volume to full. In my case, my code now simply looks like this:

    On loop "Play Sound"
    - Play sound Bang on channel #1
    On loop "Play Sound"
    - Set volume of channel #1 to SliderVolume

    Please login to see this link.
    Please login to see this link.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!