
Error 1004: Namespace was not found or is not a compile-time
I'm a novice so please be patient with me. The project I am working on was previewing fine yesterday, but now I'm getting this error. Here's the code:
opening_mc.addEventListener("START_NEXT", playNext01);
function playNext01(e:Event):void {nextFrame();}
the last frame of the opening_mc has:
stop();
dispatchEvent(new Event("START_NEXT"));