_root.btn_menu1.onRollOver = function() { _root.menu1.gotoAndPlay("lire"); lire = true; }; _root.btn_menu2.onRollOver = function() { _root.menu2.gotoAndPlay("lire"); lire = true; }; _root.btn_menu3.onRollOver = function() { _root.menu3.gotoAndPlay("lire"); lire = true; }; _root.btn_menu1.onRollOut = function() { lire = false; }; _root.btn_menu2.onRollOut = function() { lire = false; }; _root.btn_menu3.onRollOut = function() { lire = false; }; stop()