Well that escalated quickly. If you are changing the limits per level then you can do something like this :
Points collected = add to Score2 (score for that level)
Another variable, limit (varied limit to hit per level)
Then say, if Score2 >= limit, go to next layout
Then you set the limit variable separately, if level 1, limit=1000. if level 2, limit=2000 etc