_root.la.onRollOver = function() { intid = setInterval(movel, 100); }; _root.la.onRollOut = function() { clearInterval(intid); };