scroll text problem on 8x8 led matrix

I am using LedControl.h library to control8x8 led matrix and a max7219 ic.I wan t yo scroll text can anyone tell how to scroll text on matrix.I am making alphabets using setColumn and setRow commands and i want to scroll them.

lots of examples if you Google.

ieee488:
lots of examples if you Google.
Tutorial – Arduino and the MAX7219 LED Display Driver IC | tronixstuff.com

I am learning from that tutorial but i am not getting in that example is how characters are defined and which command or function they are using to scroll text?

vishal_3:
I am learning from that tutorial but i am not getting in that example is how characters are defined and which command or function they are using to scroll text?

Did you even bother looking at any of the sketches? ? ? ? ?

ieee488:
Did you even bother looking at any of the sketches? ? ? ? ?

oh yes i did...but i am not getting how scrolling has been done...i am able to draw animation and text on a single matrix using setcolumn and setrow commands but scrolling is the issue???
to be honest the first two codes i am getting them but the 3rd code i am not getiing anything of it?