For some reason when I try to add an event listener to a movieclip that is on the stage, it won’t work.
stage.invisBack.addEventListener(MouseEvent.CLICK, backHit);
I get this error:
1119: Access of possibly undefined property invisBack through a reference with static type flash.display:Stage.