ok, so i have gotten everything working so far except for 1 glitch....so after completing a level, other levels start to unlock them selves and not just the next level as it should be, after debugging a lot i have noticed that since i have a nested if statement, my score criteria is meeting other conditions
i.e if score > 1000 goto level 2
if score > 2000 goto level 3
and i score 2000, so first condition is met as well as 2nd,
any way i can stop an if statement?
http:// imgur.com/a/JJHVT
you will notice other conditions like currentlevel as i was trying to fix the issue but it still persists.