Firstly, that's just not how you would make a level. At the very least you need to split it into smaller chunks and combine them. A 12,000 pixel background is going to cause you all kinds of problems on many devices and later in development. You could then use collision polygons and the solid behavior on each section. Otherwise, invisible sprites with the solid behavior overlapped over the background.