TypeError: Error #1009: Cannot access a property or method of a null object reference.
at PlaneGame/movelevel()
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at PlaneGame/movelevel()
Well, looking back at the code, I can see that the main variables in the game- na aircraft and na stage- have already been instantiated, and therefore the problem must be that the objects were not added to the display list before they were worked on. So that's my answer.
No comments:
Post a Comment