Currently I was able to implement a scrolling menu for my game to select levels using this:
http://brandonreynolds.com/blog/2011/01/09/cocos2d-sliding-menu-grid/
there are 3 buttons to choose from on the first page and if i scroll to the right there are another 3 new buttons. but the background remains static. I want the background to move with the scrolling of the buttons.