Access textField on timeline from an external as file?
Hi
I have an external as file.
I was wondering what I put in it to update a textField I have manually drawn on the stage?
so what I'd normally put in the timeline is:
myField.text = 'tester';
what would you put in an exteranl as file, and do I need to include:
import flash.display.MovieClip;
import flash.display.Stage;
...in the as file too?
Thanks
Shaun