Announcement

Collapse
No announcement yet.

Change xButton or another Object properties

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

  • Change xButton or another Object properties

    Bonjour everyone,

    I made a project some time ago with a lot xButton objects.
    All these objects have as attributes: Sounds => Highlight and Click => Standard
    Now I realize that when there are a lot of buttons, the sound can get annoying for the user.

    Is there a way to modify all the xButtons (or others) objects in the project to remove this attribute?

    Thank you for your ideas.

    Alain.





  • #2
    If you do not want to any sounds when hovering or clicking objects, edit the project file. Make a backup copy first!

    Using Notepad or your text editor of choice, replace all
    Code:
    <MouseOverSoundMode>1</MouseOverSoundMode>
    with
    Code:
    <MouseOverSoundMode>0</MouseOverSoundMode>
    and replace all
    Code:
    <MouseClickSoundMode>1</MouseClickSoundMode>
    with
    Code:
    <MouseClickSoundMode>0</MouseClickSoundMode>
    then save, without making any other changes. Load the edited project file and check if it worked.

    Ulrich

    Comment


    • #3
      go to your project folder then cdroot\Autoplay\Audio
      remove the file named Click1.ogg
      create empty file with notepad with the same name "Click1.ogg"
      now no click sound
      do the same with High1.oggAudio remove the file Click1.ogg create empty file with notepad with the same name "Click1.ogg" now no click sound do the same with High1.ogg

      Comment


      • #4
        Thanks for your feedback Ulrich and startup,
        Depending on the case, the two solutions are effective.
        Thanks a lot.

        Alain

        Comment

        Working...
        X