Flash - sound
Flash - sound
Out of context: Reply #12
- Started
- Last post
- 12 Responses
- hiatus0
The saga continues.... Can't get the sound ON function to works. It ends up going on when it goes to the next frame/MC, regardless if I hit MCsoundOn.
----Global Sound code: SOUND OFF/ON MC in main timeline----FRAME1:sound off code w/ off graphic//
on(release){
stopAllSounds();
}
on (release) {
nextFrame();
}-------
FRAME2 aka next frame:sound on code w/ on graphic//on (release) {
prevFrame();
}on (release) {
play();
}
----
My sound(MP3) file lives inside another MC in the main timeline.