hi friend
i m facinf one problme while making a multimedia
the multimedia is about the different heart sound in diff. situation.
i have made 10 diff. heart button for each situation and have madr the linking of each button in frame 10, 20, 30…
now i have also placed a play sub-button in 10 frame which will play the sound of the situation at 15, 25, 35…
the most imp thing is that the[COLOR=red] SOUND IS FIRST IMPORTED IN THE MOVIE CLIP AND THEN THAT MOVIE CLIP IS PLACED IN[/COLOR] 15, 25, 25… frame so that i can hear the sound in loop.
the main problme is that the sound sould be hearable only at 15 frame .
but the sound is hearable once in any other button is also clicked
the script which i have used for button & sub-buton is
on (release) {
gotoAndStop(frame number);
}