Ive reused this code over the past years and it finally failed on me

ive used the code for years changing the topic and it finally failed on me and i have no idea how to fix it or where to start, if anyone could help thank you in advance

1 Like

Did you check the error box?

Screenshot 2026-05-13 195823

And welcome here!

The background scroller extension has a bug and you can avoid it by moving the “scroll background” block after the “show long text” block:

Dear Richard, why is the debug feature so wrong here?

@richard Why is the debug feature so terrible in this situation? It took me forever to find this error because the call stack is just really really wrong. You can see here that I have disabled the “startbosslevel” function entirely and it still thinks that that function had something to do with the error!


The On A Button Pressed function also had nothing to do with the error at all!
Could it be seeing an error in one file and attributing that error to lines of code in another file? I just don’t understand why it is completely and totally wrong about what block is causing the error.

1 Like

looks like a bug, we maintain source maps between the blocks and javascript and it’s possible that the maps are out of date

2 Likes