Pause Playback for Nested Movie Clips
anybody know script solution how target pause of myriad of different movie clips button script on root timeline?
i'm using script works fine pausing root timeline, if i've passed off control movie clip, have press button again make movie clip stop.
here button script:
on (release) {
if (global_sound.getvolume() == 100) {
global_sound.setvolume(0);
}
stop();
}
help appreciated. thanks!
i'm using script works fine pausing root timeline, if i've passed off control movie clip, have press button again make movie clip stop.
here button script:
on (release) {
if (global_sound.getvolume() == 100) {
global_sound.setvolume(0);
}
stop();
}
help appreciated. thanks!
what mean "..if i've passed off control movieclip..."?
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment