Compile error?
clip.title3.text "EMBRACE THE JOURNEY.\nWE KNOW IT TAKES TIME AND EFFORT.\nBRING US WITH YOU.";
Took me half an hour to see I was missing the = sign to actually assign the string.
Why does that not generate a compile error?
clip.title3.text "EMBRACE THE JOURNEY.\nWE KNOW IT TAKES TIME AND EFFORT.\nBRING US WITH YOU.";
Took me half an hour to see I was missing the = sign to actually assign the string.
Why does that not generate a compile error?
Yes, that is odd. You could report it as a problem here:
Feature Request/Bug Report Form
To simplify the example you can have a textfield 'fld' directly on the stage, and test with this script:
fld.text "hello";
That would stop them being confused as to whether it being inside a movieclip is important.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.