Announcement

Collapse
No announcement yet.

How to remove page transition sound?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to remove page transition sound?

    Hi, I can't find anything about it on the forum. when creating a cross-fade transition from one page to another it adds a sound that I cannot disable
    any hint? Thank you

  • #2
    It is rare, the sound only appears when showing the new page. I have all the elements, pages in Sound = none, how can I disable sounds of the whole project? Any global option?

    Comment


    • #3
      The transitions do not make a sound (unless you are using a third party extension which was designed differently), and what you may hear is most likely the sound placed on the object that you clicked to change pages. Set "None" for the Click sound in the object's Properties dialog.

      Click image for larger version

Name:	SCRN-2022-06-20-01.png
Views:	137
Size:	1.5 KB
ID:	308902

      Ulrich

      Comment


      • #4
        Originally posted by Ulrich View Post
        The transitions do not make a sound (unless you are using a third party extension which was designed differently), and what you may hear is most likely the sound placed on the object that you clicked to change pages. Set "None" for the Click sound in the object's Properties dialog.

        Ulrich
        Yes, all the elements have the audio disabled but I still hear the sound. As a last alternative, how could I lower the global volume of the project or at least lower the volume to 0 of that page that causes me this problem until I can find out the error. Thanks for your help

        Comment


        • #5
          Apart from this is there any option within autoplay?

          Code:
          Audio.SetVolume(CHANNEL_BACKGROUND, 0)

          Comment

          Working...
          X