Move Dynamic Sprites with scrollbar

I created a bunch of sprites with drawRect(). These are superimposed on some key words in a textField for rollover effect. When I move the text up or down with the scrollbar, the sprites stay in place and are dislodged from the text they’re tracking. I need to advance all the sprites in the direction of the text movement, up or down. Please help.