views:

12

answers:

1

Hello everyone,

I just want to know if there is any TextChange Event or equivalent to that in AS3? I am currently using Adobe Flash CS3 with my AS3 files and I have to detect whether or not my TextTool's value has changed or not.

With my data being integers ranging from -4.440 to 3.560, I obviously cannot use the != operator.

If anyone knows how to achieve this on integers, please let me know. Thanks. :D

+1  A: 
Eugene
thanks for this. i've only been using AS3 for the past 2 months and so i'm basically new to it. never knew such events exist! thanks!
Kim Rivera