There’s a lot going on in this activity, but you have a lot of CL errors regarding component names, “solm” in particular. If you’re referencing components in other screens, they need to be unique names otherwise CL doesn’t know which one to reference. Component names that are referenced on the same screen can be duplicate names because it defaults to the current screen. Hopefully that helps a little. Once you resolve those, it would be helpful for you to note specific sketches, rather than figuring out which of many are the issue.
Thanks: above I have deleted all other components on the slide. The sketch called “sketchdot” will copy down to the sketch called “s1a” when, in “s1a,” I use the code "background: sketchLayer(sketchdot.sketch) "
However, the sketch called “sketchdot” will not copy down to the sketch called “s2a” when, in “s2a,” I use the code: “layerStack(sketchLayer(sketchdot.sketch),graphLayer(sketchdot.calculatorState))”
Normally layerStack works but it is not working in this scenario for some reason.