Basically, I've been making a version of Pac-man. Most things work fine except the third level. Basically, to move to the next level, you have to collect 28 dot things. This works for the first level. Then to move to the third level, you need to get 29 targets. However, the script is set so that when Targets Eaten is 28, level two starts. This means that when the player tries to get 29 targets to move to level 3, level 2 just repeats itself. Is there a way to fix this? I need to know as soon as possible, the project has to be finished by 7:30am tommorow...
Offline
First, try condensing the [blocks]<when green flag clicked>[/blocks] scripts into a single script. It's easier to understand what's going on when you don't have everything happening at the same time.
Offline