Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 6th, 2012  |  syntax: None  |  size: 0.31 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. AS3 Editing Dynamic Text
  2. theActionsMenu.eatAtHome.actionText.text = "New Text!";
  3.        
  4. Cannot access property or method of a null object reference.
  5.        
  6. trace(theActionsMenu);
  7.  trace(theActionsMenu.eatAtHome);
  8.  trace(theActionsMenu.eatAtHome.actionText);
  9.        
  10. [object ActionsMenu]
  11.  [object ActionsButton]
  12.  null