mc.onRollOver = mc.dragOver = function() { showPopup("text") } mc.onRollOut = mc.dragOut = function() { hidePopup() }