Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with sound and buttons

Status
Not open for further replies.

lolena1888

Programmer
Jul 12, 2004
3
CA
I have 4 sound files on the level. All of them are labelled. And I have buttons on my navigation bar with transitions to that labels.

button 1:
on(release){
stop();
stopallsounds();
gotoandplay("a");
}
button 2:
on(release){
stop();
stopallsounds();
gotoandplay("b");
}
etc.

everything works great until I click the 4th(last button). If I click after that button 2 or 3, sound starts to play from the middle.

Can somebody help me?
 
Post a link to your .fla zipped up and in a MX only format, not MX2004...

You would have to save a copy of your MX2004 .fla, (using Save as...) and changing the Document type to MX only in the Save as... window.


Regards. Affiliate Program - Web Hosting - Web Design
After 25,000 posts, banned on FK, but proud not to have bowed down to them!
 
the zipped .fla is over 2 mb. I'm doing the project for my college.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top