Okay so I have a movieclip instance inside of a button in the main timeline, the movieclip’s code is this:
onClipEvent (enterFrame) {
trace("stuff")
}
But it won’t trace stuff… probably something simple I’m missing but a can’t find anything on google. ):}D> P.S. just made that smiley up.