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!

what mean "..if i've passed off control movieclip..."?


More discussions in ActionScript 1 and 2


adobe

Comments

Popular posts from this blog

CAN'T INSTALL MAMBELFISH 1.5 FROM DIRECTORY - Joomla! Forum - community, help and support

error: expected initializer before 'void'

CPU load monitoring using GPIO and leds - Raspberry Pi Forums