View Single Post
Nutrox's Avatar Nutrox Nutrox is offline Super Moderator 17 Creative Assets 2009-06-28 #4 Old  
Yep, the code is AS version dependent but the code I posted is AS2 so it should be working fine.

Are you sure the chart_comp_hist variable is referencing the text field?

Running the following code will help:
Code:
trace( typeof chart_comp_hist );
Reply With Quote