TheProfileRoot = _root.menus.ProfileMenu.ProfileInnerMenu;
TheProfileRoot.GoLeft.onRollOver = function() {
trace("hi");
TheProfileRoot.BadgesDisplay.BadgeDisplay_1._x -= 1;
}
I have a button in a movieclip.. in a movieclip.. in a movieclip, etc.. and when I roll over it, nothing happens.. This has also been happening with a few of my other buttons.. Does anyone know why this could be happening and how it can be fixed?
Also, Stupid Question: How do you put your code into a code thing on the forums?