Link to home
Start Free TrialLog in
Avatar of Sam Cohen
Sam CohenFlag for United States of America

asked on

Easy question: Change Static Text to another text

I have a mc named text_mc
and in Text_mc i have a Static text with words in t
Is there a way to change the text in that static text box using actionscript?
example:

this.text_mc.text = "New text";
ASKER CERTIFIED SOLUTION
Avatar of CyanBlue
CyanBlue
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Sam Cohen

ASKER

well is there anyway to change the text in text_mc by maybe adding a layer or even hide and show a layer in text_mc
Can't you just change the type of the textField to dynamic???  That's gotta be the easiest solution...
If not, can you explain why???

CyanBlue
Well i have downloaded a flash fla that allows and a Ray of light to show on a static text.
I wanted to add a changing as script to make the current text change every 3 secs. But because is was it a static text, i thought it can be done. Is there any site that show different text effect and change every 3 seconds?