[AS2] checking for a change event of TextInput component
Does anyone know how I can tell when the text of a TextInput component has changed? When the text changes I want to call a function to update another dynamic textfield however I can't seem to get it to trigger a change event. I have tried several different methods and none seem to work. Below is the last method I tried. By the way I'm using AS2 not AS3.