I'm assuming it isn't this hard

I am trying to get flash to trace a object…
and getting very fusterated…
I SHOULD be able to just do this…


onClipEvent (enterFrame) {
	trace("hello");
}

and when the movieclip loads it should display hello in the output window correct?
now when i preview it i go to: file->preview->flash
am i doing it right?
I’ve also tried makign a button and just using the on (rollOver) event handler to trigger the trace but that didn’t work either…
I REALLY dont think it should be this hard!!!