Your click is probably getting intercepted by the other controls in your main scene. When running your main scene in debug, click on your enemy, then in the editor open the misc tab of the debug panel. There's a field that tells you what has been clicked. It'll show you which control is blocking your click.
If that is indeed the problem, adjust the offending control's mouse filter property.