Hi people, i have a question in Actionscript 2.0. it is a way to do something like this:
mc_menu.btn_home.onRollOver, mc_menu.btn_contact.onRollOver = function () {
trace ("hi world");
}
i want to reduce my code lines, i hope you can help me.
Thanks people!