Hi, what I need is to make my button display its over frame when I move the mouse over it. I can do it using onClipEvent(…) { fine, but I cant use that… I think. The code I am using is in frame 1 of the timeline and is this:
mybtnmc.onPress = function() {
trace("hi");
}
As soon as I make the button have a function when pressed, it doesn’t show the over frame. I’ll attach my fla so you can see it, but I would like a solution that allows me to use the above code and no code on the actual button movieclip because it wont be there until I insert it later during runtime. Thanks for your help.