Goal: Set up the background, castle sprite, start button, and score counter.
- Place a "set background to" block under the "when run" block and choose the grid background.
- Add a "make new sprite at" block to create a castle sprite at (200, 201).
- Add a "make new sprite at" block to create a START button sprite at (200, 42).
- Add a "set size to" block to set the castle sprite size to 50.
- Add a "set counter to" block and set the variable counter to 0.
- Add a "show variable counter at" block and position it at (23, 391).