Skip to main content
Participant
March 20, 2008
Question

Inspectable tag

  • March 20, 2008
  • 1 reply
  • 365 views
I'm trying to create my own component (movieClip that contains dynamic text field, value that contains this text field can be changed using component inspector), but in constructor of component class I can't get value from component inspector (even default value). I drag my component from library to stage, change value in component inspector and test movie. I get myValue==null. Can you help me please and explain why? Thanks.
Code of my component class:


This topic has been closed for replies.

1 reply

July 10, 2008
Try removing the line myValue = t;