I have got HomeMenu_mc on my stage. Now I want to move it when I roll over Menu_btn. Here is the code I entered:
this.Menu_btn.onRollOver = function() {
_root.HomeMenu_mc.moveTo(158, 148);
};
What’s wrong??
SEb
I have got HomeMenu_mc on my stage. Now I want to move it when I roll over Menu_btn. Here is the code I entered:
this.Menu_btn.onRollOver = function() {
_root.HomeMenu_mc.moveTo(158, 148);
};
What’s wrong??
SEb
:: Copyright KIRUPA 2024 //--