Написал кирилл в 14/07/2009 9:20:47
stop();
_root.my_mc.onRelease = function() {
_root.nextFrame();
}
if(_root._currentframe == 5){
_root.my_mc.visible = false;
} else
if(_root._currentframe <= 4){
_root.my_mc.visible = true;
}
Источник: https://powerclip.ru/modules/newbb/viewtopic.php?post_id=99094