AS for a movieclip

i have a small movie clip, and now i wish to add the following actionscript to the clip:

on(release){
trace(“fine”);
}

when i do that the movieclip doesnt show it’s animation anymore, how to bypass this ?

i cannot write the trace command inside the movie clip !