I am creating a modification of a maze game. On Screen1, there is a Canvas with Wall sprites:
I want to save Screen1 as a template screen, and create more screens from the same template, to be able to re-use the maze and the code
When I create a new screen from the template, the wall sprites do not show up on the canvas for the new screen. Is there is way to re-use the same sprites/canvas on different screens?
I figured out how to get the sprites to show- you have to go through each new screen, click on each sprite under Stage1, and under properties assign the Stage Selection to stage 1.