Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2006
    Posts
    17

    Help with Sound Issue

    Hey everyone,

    i have several buttons that go to different pages within my project but because the buttons are in the same place on every page the audio plays twice when highlighted. Is there a way to once the button has been clicked to not allow any other sounds to play until the sound on the button that has jsut been clicked has finished? Hope this makes sense. Any help is much appreciated and need badly. Thank you

  2. #2
    Join Date
    Nov 2005
    Posts
    98
    Hi,

    Try to add this to your button on (On Higlight):

    CurrentPos = Audio.GetCurrentPos(CHANNEL_EFFECTS);
    if CurrentPos < 1 then
    --Load your song
    end

    Like that if the song is playing it won't load again and if the song is not loaded or is stopped, the song will be launched.

    Good Luck,
    Eliminator

Similar Threads

  1. problem with sound and video sinchronization
    By dmla in forum AutoPlay Media Studio 5.0
    Replies: 14
    Last Post: 04-11-2005, 12:29 PM
  2. Bonus: Something to Share
    By sside in forum AutoPlay Media Studio 5.0 Examples
    Replies: 79
    Last Post: 03-10-2005, 07:25 AM
  3. Unusual request..
    By M626 in forum AutoPlay Media Studio 5.0
    Replies: 11
    Last Post: 01-07-2005, 07:57 PM
  4. How to play a sound when someone closes?
    By T0Rtur3 in forum AutoPlay Media Studio 4.0
    Replies: 2
    Last Post: 06-25-2003, 02:22 PM
  5. Global sound option
    By elhuevon in forum AutoPlay Media Studio 4.0
    Replies: 5
    Last Post: 10-07-2002, 12:47 PM

Posting Permissions

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