ok guys i know there is probably a easier way to do this but this is how i did it..
mc music..mc musicloop..put the sound in the loop mc..put the loop mc in the music mc frame two with a stop action(frame one blank with a stop action)..
start music button=
on (release) {
tellTarget ("/music" {
gotoAndStop (2);
}
}
stop music button=
stop all sounds action...
start music button plays the music fine execpt for the small pause from the last frame to the first frame of the music loop..how do i make that stop..i want the loop to keep looping without the small break inbetween frames..also the stop all sound action in the stop button works fine..for about 5 seconds..then the music just starts back by itself..what am i doing wrong..
also old i replaced the figure bitmap seq with a animated gif..cut the original 600/600 bmp's down to 300/300 gifs
unfortunatly i can not post the fla because i locked up without being able to save my changes..so the buttons and the two mc(music)are not even there anymore..but when i go to put them back in tonight i need to know why it's not working right..why the break in between the last frame and the first..how do i loop the sound where it does not break..and why is the stop all sounds action only working for a few seconds then the sound starts back up without starting the music with the button..
hope i explained clearly enough...
virtuality2001@aol.com
mc music..mc musicloop..put the sound in the loop mc..put the loop mc in the music mc frame two with a stop action(frame one blank with a stop action)..
start music button=
on (release) {
tellTarget ("/music" {
gotoAndStop (2);
}
}
stop music button=
stop all sounds action...
start music button plays the music fine execpt for the small pause from the last frame to the first frame of the music loop..how do i make that stop..i want the loop to keep looping without the small break inbetween frames..also the stop all sound action in the stop button works fine..for about 5 seconds..then the music just starts back by itself..what am i doing wrong..
also old i replaced the figure bitmap seq with a animated gif..cut the original 600/600 bmp's down to 300/300 gifs
unfortunatly i can not post the fla because i locked up without being able to save my changes..so the buttons and the two mc(music)are not even there anymore..but when i go to put them back in tonight i need to know why it's not working right..why the break in between the last frame and the first..how do i loop the sound where it does not break..and why is the stop all sounds action only working for a few seconds then the sound starts back up without starting the music with the button..
hope i explained clearly enough...
virtuality2001@aol.com