Question
Inspectable tag
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:
Code of my component class: