- AS3 Editing Dynamic Text
- theActionsMenu.eatAtHome.actionText.text = "New Text!";
- Cannot access property or method of a null object reference.
- trace(theActionsMenu);
- trace(theActionsMenu.eatAtHome);
- trace(theActionsMenu.eatAtHome.actionText);
- [object ActionsMenu]
- [object ActionsButton]
- null