Can anyone help with this simple IF?

For some reason when i test the movie the trace part displays in the output without me even clicking on my_button???


my_button.onPress = function() { 
      _root.clicked = true; 
} 

if (clicked == true;) { 
      trace("clicked is true"); 
}