Have a simple problem here. I would like to apply text to a movie in a light grey color, then at a certain frame have the text change to black. Can someone tell me how this can be done.
I have attached a swi file to look at.
Say you make your text a dynamic text/ name it (myTextField) / color black (000000)
Now on what ever frame
onFrame (53) {
myTextField.textColor = 0xFFFFFF;
}
Now on 53 it changes to White.
Wayne
__________________ The Hairy One
Wayne helps those that helps themselves.