I’m using loadMovie levels 0 to 140.
level 0-I have linkage set to “myMusic01”-it is linked ONLY at this level.
This>loadMovieNum(“tab.swf”, 140); loads into level 0.
“tab.swf” is a popup menu that holds a volume slider and stop and start buttons for the music. The variable:
onClipEvent (load) {
myMusic = new Sound();
myMusic.attachSound(“myMusic01”);
myMusic.setVolume(50);
myMusic.start(0,999);
}
is on the popup menu MC at level 140.
Is there a way/any AS that will allow me to stop the music at level 120 with the linkage ONLY ON in level0???
Many thanks for any suggestions.
why are you laoding it into levels??? why dont you try loading it into an empty movie clip instead
I have to put the popup menu at the top level otherwise when I click on the tab that makes the volume slider, stop, and start buttons slide up into view, they are hidden/obscured by by other higher levels. Yet, I want the music to start at level 0.
can you post the fla cause im having a hard time trying to picture what youre trying to do i think if you make the whole volume thing a movieclip ti will work, post your fla so i can have a look
…there’s another thing I can’t figure out; everyone else seems to post .fla files here, mine are always too big to attach (45 MB)…could transfer it via AIM, do you have it?