thank you for the reply.
I believe I couldn't clarify my issue, sorry about that.
I am not trying to implement the dot based system. What I want is a simple scrolling text (from left to right)
lets say the text is :"example"
frame 1: only letter "e" is visible
frame 2: letters "le" is visible
frame 3: letters "ple" is visible
and so on...
I can do that if I prepare image for each letter and form the skeleton from these images, but it will be an unpleasent job when the text is much larger
(it would be easy if there was a masking system, so I could create the image of the text and scroll it and hide the left and ride of the text)
So I'm asking if there is any other way to implement this?