This works fine in my Move but when I load this as an external movie
stage.addEventListener(MouseEvent.MOUSE_MOVE, moveMyMouse);
the error is
“Cannot access a property or method of a null object reference.”
How can I use the parent stage to detect the mouseevents?
Thanks