Im getting this annoying error and I can`t figure out what the problem might be...
TypeError: Error #1009: Cannot access a property or method of a null object refe
Try this:
addEventListener(Event.ADDED_TO_STAGE, this.ready); function ready(e:Event) { removeEventListener(Event.ADDED_TO_STAGE, ready); addEventListener(Event.ENTER_FRAME, initiateApp); } function initiateApp(e:Event){ MovieClip(root).gotoAndStop(2); }