Hello Alexey!
I rarely use sound on the buttons in my projects, but today I decided to use it and I'm bothered by one detail, I put a sound on the open sound for the menu startup, I also put a sound on the down commands and noticed double sound, the sound of the down command with the sound of the open sound of the main menu when it is returned, is there something I can do so that every time I return to the main menu, without the open sound playing?
I want the open sound only at the menu startup when we return from the movie and so on.
https://prnt.sc/9_iXYnMGvSQg
https://prnt.sc/C5yUTu441Xgf
Double sound sfx in the project!!!
-
- Posts: 472
- Joined: Fri Mar 01, 2013 1:03 pm
- Contact:
Re: Double sound sfx in the project!!!
Hi,
Open sound is played always when you navigate to this menu. You can create a dummy menu with a sound and then navigate to the main menu or try using auto-buttons.
Open sound is played always when you navigate to this menu. You can create a dummy menu with a sound and then navigate to the main menu or try using auto-buttons.
Best regards,
Alexey Kolesnikov
Alexey Kolesnikov
-
- Posts: 63
- Joined: Thu Sep 01, 2022 9:53 pm
Re: Double sound sfx in the project!!!
Hello Alexey!Alexey Kolesnikov wrote: ↑Wed Oct 02, 2024 8:45 pmHi,
Open sound is played always when you navigate to this menu. You can create a dummy menu with a sound and then navigate to the main menu or try using auto-buttons.
I did what you recommended, I created an empty menu with a fade animation at 0-0 with the action to call the main menu and everything worked fine, thank you very much!
-
- Posts: 63
- Joined: Thu Sep 01, 2022 9:53 pm
Re: Double sound sfx in the project!!!
Hello Alexey, I'm back again for more help!Alexey Kolesnikov wrote: ↑Wed Oct 02, 2024 8:45 pmHi,
Open sound is played always when you navigate to this menu. You can create a dummy menu with a sound and then navigate to the main menu or try using auto-buttons.
I noticed that the SFX sound doesn't work when the menu closes automatically due to inactivity, because in my projects I always set 15 seconds for inactivity and animation in each inactivity action and I noticed that the SFX sound doesn't work like in Warner's commercial Blu-rays, would you know how to make it work correctly please?
https://prnt.sc/wEGzaaK8nhgZ
-
- Posts: 472
- Joined: Fri Mar 01, 2013 1:03 pm
- Contact:
Re: Double sound sfx in the project!!!
Well... There is no "close popup sound" - so it shouldn't work. The only way to get it without side effects - using playSFX function in script.
You need to find in script.show examples with appropriate sound. It will be like
but you need to find which number is assigned to the sound you need.
You need to find in script.show examples with appropriate sound. It will be like
Code: Select all
manager.playSFX("bd://SOUND:01");
Best regards,
Alexey Kolesnikov
Alexey Kolesnikov
-
- Posts: 63
- Joined: Thu Sep 01, 2022 9:53 pm
Re: Double sound sfx in the project!!!
Hello Alexey!Alexey Kolesnikov wrote: ↑Thu Oct 03, 2024 7:20 pmWell... There is no "close popup sound" - so it shouldn't work. The only way to get it without side effects - using playSFX function in script.
You need to find in script.show examples with appropriate sound. It will be likebut you need to find which number is assigned to the sound you need.Code: Select all
manager.playSFX("bd://SOUND:01");
I did what you recommended, I don't know if I did it right, but at least it worked as I wanted, after inactivity for 15 seconds, the SFX sound is played correctly, my Sound is 02.
Thanks again Alexey
https://prnt.sc/67ljIiM3EoX8