changing text of a text field within a sprite?
Hi,
Is it possible to change the text property of a text field that is contained within a sprite? I've been trying but can't come up with the right syntax. Here is what I'm doing:
I've created a sprite named "lessonSprite" and added a text field to it in one function. Now, in another function, I'd like to change the text in the field.
I've tried to use this:
lessonSprite.titleField.text = xmlLsnContent.attribute("title");
where "titleField" is the name of the field added to the sprite "lessonSprite" in an earlier function.
TIA
PeterH