How stop the overlap after having clicked on the button to return to the previous label?

Hello!

I am a novice and doing an interactive book of five pages with Flash CS5.5 and ActionScript 3.0. I use buttons to navigate through the pages.

I attributed to each page as label1, label2, label3, label4, label5. Each label contains several clips (whose sounds.)

When I click on the button to access the next label, everything works fine. But when I click on the button to return to the previous labels, all sounds begin to play at onece and overlap between them.

I did a simple FLASH file as an example to explain what I mean.

SAMPLE SOUND OVERLAPPING. FLV

That's the problem I have right now.

SWF FILE:

http://DL.dropbox.com/u/11630261/Flash/sound%20Overlapping%20sample.swf


Please help me! I searched the internet and books that I have, but still cannot find a solution to this

Thanks for your time! And please excuse my English.

If you have (or should), at most a single sound at any time, you can use:

SoundMixer.stopAll ();

before you begin each sound.

Tags: Adobe Animate

Similar Questions

  • How stop the noise annoying to add to creative cloud that opens every time I startup CS6 PS?

    How stop the noise annoying to add to creative cloud that opens every time I startup CS6 PS?

    Sometimes the CS6 will go into trial mode, and here comes the announcement of the CC.

    You click on this software license, sign in using your Adobe ID and when it asks for your serial number, enter it.

    Which will bring things back to normal and get rid of the announcement of the CC.

  • How stop the little black box that is a copy of what is on my mouse to come when I put it on the text?

    Original title: changes of mouse

    How stop the little black box that is a copy of what is on my mouse to come when I put it on the text?

    Hello

    1. have you made changes on the computer before this problem?
    2 have you tried to change the theme or settings and check mouse?

    Read the following article which can be useful:

    To change the appearance of your mouse pointer
    http://www.Microsoft.com/resources/documentation/Windows/XP/all/proddocs/en-us/WIN_POINTERS_CHANGING.mspx?mfr=true

    If possible, send us a screenshot of the mouse pointer which could help us help you better.
    http://social.answers.Microsoft.com/forums/en-us/w7security/thread/c86de820-C620-401c-A804-9f6337cd3053

  • I've updated my xperia neo to andriod 4.01, my laptop is now very slow, how do the previous version of andriod?

    I've updated my xperia neo to andriod 4.01, my laptop is now very slow, how do the previous version of andriod?

    you have 2 options

    (1) bring it to a Sony repair center

    http://www.sonymobile.com/global-en/support/contact-us/

    or

    (2) use flashtool for downgrade

    Don't forget to mark the correct answers & useful answers

  • my default calendar on IPhone and IPad has disappeared. I can't see it either on ICloud and do not save on my Mac Book. How can I get it back? Is it possible to return to a previous update in ICloud?

    My default calendar on the IPhone (and IPad) disappeared. I can't see it either on ICloud and make the back not my calendars on my Mac Book. How can I get it back? Is it possible to return to a previous update in ICloud and find?

    Go to iCloud.com using a computer, then settings. When loading this page, look down at left under Advanced and see if you can restore from there.

  • How to reset audio after you click on the other buttons

    I have a slide with audio intro on the slide itself, and several buttons that, when you click on play other audio files. Everything works as it should, and clicking on a button again stops all other audio (such as configured in advanced action).

    My question is related to the audio reset when the user clicks on the button a second time. When I click a button, then click other, and then click new one, I would like to the audio back from the beginning. Currently the audio resumes just where she was off for the first time I clicked on the button.

    Any ideas on what to do?

    Ok.  It's weird.

    Well another thing you can try is to attach the audio clips on the timeline of the slide, objects that are hidden and just use the button actions that you want to DISPLAY these objects at the same time HIDE all other similar objects.  This means that when the object is shown it will play audio sound attached, but stop when hidden.

    See if that approach gets works as expected in cloud of SCORM.

  • How stop the audio when I get out of the frame AS 3?

    Hello

    Could someone find out how to stop the audio when I get out of the AS 3 mounting frame? I had around 20 slides running in a swf file. Each slide has the distinct voice on attached to it. I added slides in a layer and voice in the next layer on the timeline.

    Ago next and previous buttons placed throughout this swf to navigate between slides. This is where the question arises. I can travel easily from 1 to 20 slides and even can return trip. But the voice does not stop as soon as I click on the previous or next buttons. It overlaps with the next or previous voice just above.

    I searched online and suggested its use as channel to bring voices on the slides to have a better control. But honestly I don't know how to do. Could someone help me in doing this? This problem can be very simple for others. As I am a beginner in Flash and Actionscript, it hurts.

    Carry me nicely, if this code seems to be bit annoying and even lenthy :-(

    Thanks in advance.

    Code:

    Forward_Button.addEventListener (MouseEvent.CLICK, forward);

    Previous_Button.addEventListener (MouseEvent.CLICK, prev);

    function forward(event:MouseEvent) {}

    if(this.currentFrame == This.totalFrames) {}

    Stop();

    }

    ElseIf (this.currentFrame > = 55 & & this.currentFrame < 201) {}

    gotoAndPlay (201);

    }

    ElseIf (this.currentFrame > = 201 & & this.currentFrame < 310) {}

    gotoAndPlay (310);

    }

    ElseIf (this.currentFrame > = 310 & & this.currentFrame < 430) {}

    gotoAndPlay (430);

    }

    ElseIf (this.currentFrame > = 430 & & this.currentFrame < 530) {}

    gotoAndPlay (530);

    }

    ElseIf (this.currentFrame > = 530 & & this.currentFrame < 640) {}

    gotoAndPlay (640);

    }

    ElseIf (this.currentFrame > = 640 & & this.currentFrame < 750) {}

    gotoAndPlay (750);

    }

    ElseIf (this.currentFrame > = 750 & & this.currentFrame < 860) {}

    gotoAndPlay (860);

    }

    ElseIf (this.currentFrame > = 860 & & this.currentFrame < 970) {}

    gotoAndPlay (970);

    }

    ElseIf (this.currentFrame > = 970 & & this.currentFrame < 1080) {}

    gotoAndPlay (1080);

    }

    ElseIf (this.currentFrame > = 1080 & & this.currentFrame < 1200) {}

    gotoAndPlay (1200);

    }

    ElseIf (this.currentFrame > = 1200 & & this.currentFrame < 1310) {}

    gotoAndPlay (1310);

    }

    ElseIf (this.currentFrame > = 1310 & & this.currentFrame < 1420) {}

    gotoAndPlay (1420);

    }

    ElseIf (this.currentFrame > = 1420 & & this.currentFrame < 1530) {}

    gotoAndPlay (1530);

    }

    ElseIf (this.currentFrame > = 1530 & & this.currentFrame < 1690) {}

    gotoAndPlay (1690);

    }

    ElseIf (this.currentFrame > = 1690 & & this.currentFrame < 1780) {}

    gotoAndPlay (1780);

    }

    ElseIf (this.currentFrame > = 1780 & & this.currentFrame < 1880) {}

    gotoAndPlay (1880);

    }

    ElseIf (this.currentFrame > = 1880 & & this.currentFrame < 2010) {}

    gotoAndPlay (2010);

    }

    ElseIf (this.currentFrame > = 2010 & & this.currentFrame < 2130) {}

    gotoAndPlay (2130);

    }

    }

    function prev(event:MouseEvent) {}

    If (this.currentFrame > = 201 & & this.currentFrame < 310) {}

    gotoAndPlay (55);

    }

    ElseIf (this.currentFrame > = 310 & & this.currentFrame < 430) {}

    gotoAndPlay (201);

    }

    ElseIf (this.currentFrame > = 430 & & this.currentFrame < 530) {}

    gotoAndPlay (310);

    }

    ElseIf (this.currentFrame > = 530 & & this.currentFrame < 640) {}

    gotoAndPlay (430);

    }

    ElseIf (this.currentFrame > = 640 & & this.currentFrame < 750) {}

    gotoAndPlay (530);

    }

    ElseIf (this.currentFrame > = 750 & & this.currentFrame < 860) {}

    gotoAndPlay (640);

    }

    ElseIf (this.currentFrame > = 860 & & this.currentFrame < 970) {}

    gotoAndPlay (750);

    }

    ElseIf (this.currentFrame > = 970 & & this.currentFrame < 1080) {}

    gotoAndPlay (860);

    }

    ElseIf (this.currentFrame > = 1080 & & this.currentFrame < 1200) {}

    gotoAndPlay (970);

    }

    ElseIf (this.currentFrame > = 1200 & & this.currentFrame < 1310) {}

    gotoAndPlay (1080);

    }

    ElseIf (this.currentFrame > = 1310 & & this.currentFrame < 1420) {}

    gotoAndPlay (1200);

    }

    ElseIf (this.currentFrame > = 1420 & & this.currentFrame < 1530) {}

    gotoAndPlay (1310);

    }

    ElseIf (this.currentFrame > = 1530 & & this.currentFrame < 1690) {}

    gotoAndPlay (1420);

    }

    ElseIf (this.currentFrame > = 1690 & & this.currentFrame < 1780) {}

    gotoAndPlay (1530);

    }

    ElseIf (this.currentFrame > = 1780 & & this.currentFrame < 1880) {}

    gotoAndPlay (1690);

    }

    ElseIf (this.currentFrame > = 1880 & & this.currentFrame < 2010) {}

    gotoAndPlay (1780);

    }

    ElseIf (this.currentFrame > = 2010 & & this.currentFrame < 2130) {}

    gotoAndPlay (1880);

    }

    }

    If your sound is directly on the timeline, then change to Stream will solve your problem, but you need to change every single audio clip.

    For example if VO #1 plays frame 1 to 100, you click anywhere in this layer (where you can see the audio waveform), go to properties and flow the Sync value. If VO #2 play frame of 101 to 200, you must click somewhere in there and do the same thing. Go to the properties, press the Sync drop-down list and change the event to Stream.

    This isn't a level property 'layer '. This is a property ONLY of audio current under your cursor is in. So if you have 500 your, you need to go to each of them and the value Stream Sync event 500 times.

  • How stop the screen keyboard to come each time that I connect.

    How to stop the on-screen keyboard to come up when starting?

    How to stop the on-screen keyboard to come up when starting?

    Start button > Control Panel > Classic view > accessibility > click on use the computer without a mouse or keyboard > uncheck use Screen keyboard > Apply/Save

    t-4-2

  • I need to know how stop the automatic updates, secondly how do I substitute him "you can't run this program on this pc?

    First of all, I need to know how to stop the automatic updates, second how to replace him "you can't run this program on this pc?  I SWEAR THAT IF HE SAID THAT HE AGAIN THAT I WILL BREAK IT INTO PIECES. Then I'll go buy an android tablet.  Surface, hate hate 8

    Yes running of programs that are not on the store is not possible. It is not a parameter or artificial, it's just that the RT line uses what is called an ARM chipset, also known as RISC (Reduced Instruction Set Chip).  Literally, he cannot read the compiled code of complete programs.  Same reason you can't run Adobe Photoshop on an iPhone, just CPU cannot decode the program.  But on the good side of things, it cannot launch virus either, so he made the first version of Windows that cannot get 'gunked up' over time. It works like an iPad and have a continuous and consistent performance for a lifetime. I'm sad that they abandoned it so fast, I know a lot of people who could use this service.

    Anyway, you can skip the connection at startup.  There is in fact in two ways.  Unless you do a lot of "full stops", I recommend enter Power Options and setting by turning off the "password required when you wake up sleep."  Which will remove the requirement for password of sleep/wake, but if the device never complete a boot will always be a password.  This is a good compromise for safety and security, so if the device is lost or stolen, it eventually crashes when the battery is dead.

    But if you want to delete this, you should be able to do it by running the command NETPLWIZ, as described here: https://www.youtube.com/watch?v=sOYmY-6Wd3Y

  • bougth a second hand iPhone 6 how find the previous owner using the serial number?

    I bought a second hand iPhone 6 and he holds a lock to iCloud how to find the previous of this iPhone owner so that I can email him?

    I don't have a serial number of the phone how to use it so that I can follow the former owner?

    Unfortunately, you can not. Take it to where you bought it for a refund.

    See you soon

    Pete

  • How to zoom works when I click on a button or clickbox?

    HI (I am using Captivate 5.5)

    What I currently have is a screenshot of anti-virus software and I want the user to click on specific parts of the image to activate zoom to see the text better.  I would like to have several buttons for the user to click on to active the zoom box, and then hide the previous zoom boxes, so there are no charges zoomed in areas on the screen at the same time or clickboxes, isn't possible?  I tried to use the hide/show on a single click to to display the zoom feature, but the zoom has already loaded with the slide and when I try to hide the zoom feature again the area zoomed in don't disappear, I also tried to put a white box above the zoom area, but he always comes through... help!

    What I want is:

    Clickbox or button - click - zoom feature appears and zooms in

    Button - clicks of the user different area - the previous zoom disappears - new area zoom and zoom or Clickbox workloads

    etc...

    Hello

    You use the Zoom object for this? It will be difficult. One possibility is to use the micro-navigation, put different objects in the zoom on different places on the timeline and navigate to this specific image when the button is clicked with Assign rdcmndGotoFrameAndResume with x, where x is the number of this framework. Seems very complicated. It is not possible to hide/show a Zoom object as is the case for most other objects.

    Maybe it could work with the widget Image Zoom by Yves Riel: http://blog.flash-factor.com/widgets/image-zoom-widget/ but I have to admit that I did not.

    Another solution would be to create your own effect of zoom with effects and attempt to control it with actions.

    Lilybiri

  • Try to delete junk mail in my account hotmail with windows 8 and after having clicked on delete and it comes right off. Does anyone know how to remove it?

    Try to delete junk e-mail with my account hotmail with windows 8, and after clicking on remove the spam is well again. If I go to my email using the icon on the desktop I am able to remove everything. It is only with the icon of mail on the splash screen that I can't remove. Does anyone know hot to delete?

    Hello

    I'm happy to help you with your concern about the removal of junk e-mail.

    Please clarify your statement "it is only with the icon of mail on the splash screen that I can't remove.

    Are you referring to a Mail or Windows Live Mail application?

    We look forward to your response.

    Thank you

  • How stop the downloads duplicate Windows Live Photo?

    How can I stop duplicate in my windows live photos? Is there a setting for this? I'm so sick of deleting photo after photo! Thank you very much.

    Hi brandyhutton,

    Thanks for posting your question in the Microsoft answers Forum. For any questions about Windows Live Photo Gallery, please visit the Community Windows Live Photo Gallery.

  • HOW STOP the request of PASSWORD... to each action!

    It doesn't matter what I do. Open an email... Enter the password. Send an email... Enter the password. Open file... Enter the password. At the end of the day I entered my password to more than 50 times just to move the stupid nonsense. Y at - it anyway back to for NO PASSWORD IS REQUESTED... as he has been all this time. I have Thunderbird to get rid of all ads on Yahoo stop me... Now Thunderbird is stop asking the password ALL THE TIME!

    Try this:

    Make folders and hidden files visible

    In thunderbird

    • Help > troubleshooting information
    • Click on "view file".

    a new window opens showing contained the name of the profile folder.

    • Close Thunderbird now - this is important
    • Scroll down - find and delete this file: key3db
    • Restart Thunderbird.
    • Retest the sending and the reception, at the prompt, enter password and select Password Manager to remember.

    Please report on the results.

  • How stop the highlighting of search terms entered?

    With multicolored highlighting in the text in the results of the research is SO distracting. Please, someone tell me how I can turn it off.

    COR - el raises a really good question. Check out the screen shot for SearchWP extension:

    https://addons.Mozilla.org/firefox/addon/SearchWP/

    Edit: I would add that because of changes in the search box in Firefox 34, some older extensions built into the box may behave unpredictably until they are updated.

Maybe you are looking for

  • It does not work with macbook air 2008! What should I do?

    It does not work with the macbook air 2008 os x 10.5.8. What should I do?

  • Re: Satellite Pro A200/PSAE7E - HD DVD not recognized

    I've demoted Biz from Vista to XP Pro. Everything works great, EXCEPT...the DVD/RW works well as a cd / dvd drive (writing not tested), but it will recognize all the data on the disc when an HD DVD is inserted, so not HD-DVD movies.

  • Satellite M40X-184: delay on the keyboard

    I recently acquired the Satellite M40X-184. Preloaded software. WinXp. I have a delay on the keyboard. Tried to disable the touchpad. Without success. Have the latest version of the BIOS update. Drivers seem to be good. Not that I know too much about

  • Motorola CLIQ keyboard does not!

    I had a great time with little or no hiccups at all with my cliq until today when the keyboard stopped working! ABSOLUTELY nothing on the keyboard works. I'm still in my buyers remorse and can go and replace it without problem, but it's a complete ar

  • Problems with the button "INSERT."

    Hello I have a problem in my homework. I need to do the following: "original numbers" table contains zeros. Let LabVIEW fill a table 'original numbers' by random integers from 10 to 90 at a rate 1 number/0.5 seconds by replacing each zero both from t