I'm reorganizing my game but having trouble, (prob'ly with an obvious mistake):

Before, this worked:

h.gotoAndPlay("enemy7");

but since then I put all the various enemies in a MC in h called "enemy" and tried this

h.enemy.gotoAndPlay("enemy7");

but it's doesn't work... What am I missing? THANKS!