<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
All,<br><br>I use breakApart() to convert a text field into a series of movie clips.<br><br>    w = IdPrayer.breakApart(25, 5, true, false);<br><br>I am then able to access the text and the index of a word when it is clicked.<br><br>    Txt = IdPrayer.wordClicked.text;<br>    Index = IdPrayer.wordClicked.index;<br><br>I am able to replace the text<br><br>    IdPrayer.wordClicked.setText(rep);<br><br>However, I am only able to set the text 1 time.  And although the word changes on the screen, IdPrayer.wordClicked.text has the original string in it when I click the modified word.  If I try to change the text a second time, nothing happens.<br><br>    IdPrayer.wordClicked.setText("Something else");<br><br><br>I'm guessing that setText() is not what I should be using here... but haven't found what I should be using.<br><br>Thanks in advance for any help you can provide.<br><br>Have a great evening,<br>Kent<br>                                        </div></body>
</html>