Results 1 to 4 of 4

Thread: mute all sounds

  1. #1

    mute all sounds

    hey i'm making a flash banner ad for the company i work for and it's basically a non-interactive version of pong.

    we wanted to have a blip sound when the ball hits the paddles or edges.

    as such, the ball always hits at specific frames, so i attached the "blip" sound of the ball bouncing to a frame on the sound layer using the properties sound pulldown.

    however, we only want the sound to play if the mouse is over the clip (to keep it from annoying users).

    how can i control the volume of these sounds?

    i created a movieclip the size of the banner and tried using the setVolume code but since the sound isn't invoked by A/S i dont think that works.

    how can i control the volume of sounds on a layer, rather than A/S sounds?

    (noob)

  2. #2
    nevermind, i figured it out.

    first frame:

    globalvolume = new Sound();
    _root.globalvolume.setVolume(0);

    button the size of the whole stage:

    on (rollOver) {
    _root.globalvolume.setVolume(100);
    }

    on (rollOut) {
    _root.globalvolume.setVolume(0);
    }

  3. #3
    sed|thh's Avatar
    346
    posts
    '30ezer litér zokszigén'
    you mean stopAllSounds() ?
    work in progress

  4. #4
    i dont believe stopallsounds works on sounds that haven't been started yet.

Similar Threads

  1. Syncronizing Sounds
    By nishanthe in forum Flash IDE
    Replies: 0
    Last Post: January 30th, 2006, 06:30 AM
  2. synchronizing sounds w/ animation
    By psychtaygar in forum Flash IDE
    Replies: 1
    Last Post: January 18th, 2006, 06:45 PM
  3. Looping sounds with a delay
    By spoonman in forum Flash IDE
    Replies: 5
    Last Post: January 13th, 2006, 07:19 PM
  4. Mute all sounds
    By punkerton in forum Flash IDE
    Replies: 10
    Last Post: January 10th, 2006, 01:58 PM
  5. relaxing sounds
    By Kay in forum Random
    Replies: 4
    Last Post: January 9th, 2006, 11:51 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Home About kirupa.com Meet the Moderators Advertise

 Link to Us

 Credits

Copyright 1999 - 2012