Copy link to clipboard
Copied
Hi Im still a beginner at this and im attempting this code and I was wondering how I would go about accesing a text field inside a movieclip? Any help would be appreciated, plz and thank you.
Copy link to clipboard
Copied
from the parent timeline of the movieclip, after the textfield exits:
this.mc.tf
where mc is the movieclip instance name and tf is the textfield instance name.
Copy link to clipboard
Copied
"after the textfield exits"
How does a textfield exit?