You would have to make the text a sprites I should imagine or the word a sprite, most of the text in my games mainly in menu is made in another 3D modelling program and exported into .png, this way you can add events to them in the event sheet, but I'm not making entire paragraphs I'm talking single words or basic sentences on screen, like "twitter" from the sounds of things your doing lots of text?
I understand, but yes, I'm planning to use lots and lots of text... But yes I think your thechnique is good. I replace the word I want by a sprite. The only thing left is that I need to find the coordinates of my word, to move the sprite to it's posision... Any idea if regex can do that ? Maybe by counting characters, and converting them into coordinates.... but again, how can I do that ?