Add Sounds to Buttons

Loading bars visually indicate how much of the project has loaded. There is a pre-installed loading bar skin default_loading.ggsk, which you can edit (Go to Elements > Add Default Loading Bar). However, in the case you’d like to know how it was created you can follow the tutorial:

Adding sound to the skin

You can use the skin editor to add sounds to your panorama in just a few steps:

  1. Find your audio file and drag it into the Tree. A Container will appear with the sound file added to it.
    Add-sound.png
  2. Select the sound in the tree to open its properties.
    Sound-props.png
  3. Select the element that will trigger the sound and add the following actions:
    • Source > Mouse Click
    • Action > Play Media
    • Loop > Enter 0 or more.
      ◊ TIP: 0 will give an endless loop.
    • Target: Choose the sound file (its ID) you just added from the menu.
      All-actions.png
  4. Save the skin.

Learn more:

See also

The Interface (Skin Editor)
Supported formats
Using the Skin Editor
All tutorials for the Skin Editor

Previous: Build a Simple Loading Bar