I would set a global variable "Level" or something like that, then increment it when you get to the desired score (3000, 6000, 9000, etc.)
then add sub events to the section that spawns the background, when level=1, create the first background, level=2, create the next one, etc...