function hide_bubble(mc) { if(mc.done){ mc.onEnterFrame = function(){ mc.prevFrame(); } } }; function show_bubble(mc) { mc.play(); };