Definitely. You can add a new stage background for you new level but it will need to use the same colour for the maze walls or else you’ll have to modify the PacMan sprite so that it can detect collisions with more than one colour (you can use the AND[] block and another touching[] block to do this). The trickiest bit will be the dots. Probably the easiest method would be to have a whole second set of dots for your second level (maybe in a different colour) and you can add some code to the fist one (before copying/cloning to all the others!) to set them as hidden in the green flag but to listen for a broadcast message like “start level 2” at which point they will need to show themselves - so “when I receive start level 2 show”. You’ll have to make a few other modifications, such as broadcasting “start level 2” when the initial set of dots are eaten, rather than ending the game altogether and you’ll need to add the code to the stage to switch background when the start level 2 message is broadcast but, if you’ve understood how to make the basic game well, you should find adding a second level is quite possible and will definitely be a satisfying challenge to complete! Good luck!
how do i use the beacon tool to find a hidden ap in a building?
Hey! I was wondering if there is a way to make an additional level for pacman.
Definitely. You can add a new stage background for you new level but it will need to use the same colour for the maze walls or else you’ll have to modify the PacMan sprite so that it can detect collisions with more than one colour (you can use the AND[] block and another touching[] block to do this).
The trickiest bit will be the dots. Probably the easiest method would be to have a whole second set of dots for your second level (maybe in a different colour) and you can add some code to the fist one (before copying/cloning to all the others!) to set them as hidden in the green flag but to listen for a broadcast message like “start level 2” at which point they will need to show themselves - so “when I receive start level 2 show”.
You’ll have to make a few other modifications, such as broadcasting “start level 2” when the initial set of dots are eaten, rather than ending the game altogether and you’ll need to add the code to the stage to switch background when the start level 2 message is broadcast but, if you’ve understood how to make the basic game well, you should find adding a second level is quite possible and will definitely be a satisfying challenge to complete! Good luck!
amogus