One More error and I can move on with my life. Any help would be greatly appreciated. Class Project with very simple graphics till I can get this working better. I removed the event Listeners
stage.removeEventListener(Event.ENTER_FRAME, gameLogic);
stage.removeEventListener(KeyboardEvent.KEY_DOWN, movePlayer);
when the player touches the bad guys or collects all the coins
but still get the function gameLogic testing one more time. Not sure why and its driving me up the wall.
I updated this game and can be located at
www.excelhomes.biz/game.fla
error reads
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at game_fla::MainTimeline/gameLogic()
Thanks