Well, we’ve all seen that text fields in MX are now objects which can be targeted directly by name. Likewise, if we break text apart once, we see that each letter is still grouped. My question then is this.
Could you asign each letter a name for reference?
It might be that flash already has some name created for this thing, or it might be necessary to cycle through the text.
a “for…in” loop might be able to be used to get each element inside of a text field.
if so, then it would be pretty simple to take an entire text field and have it shatter all of a sudden, sending out the letters like shards of glass.
Think on my question… I may already have the script to do the second part of that. It would be a very cool effect that could be done dynamicaly on any text field.
of course it may be that you simply cannot get at that text in that manner… but I doubt it. Flash MX seems to be completely object oriented now.