I have seen @Spy Guy 96 post about some new updates they should put on hopscotch and honestly he is right but there are some more things I wanna share first you guys have to update the web version of hopscotch its so buggy and just more annoying then the iOS version but other then that can you guys make a new block that kinda all it does is if you pump or touch or tap an object in 1 scene it will detect that on another scene basically like this.
(scene 2)
When HEART is tapped
broadcast message [Off].
(scene 1)
When get message [Off]
turn red.
yeah so that’s all it will be better for new hopscotchers and it will be way faster
yeah bye
oh holon you mean broadcast a message into another scene?
currently how hopscotch works is that any inactive scene do not run - so technically that cant work now with how scene are inplimented :((
however as a workaround you can save a value (isRed = true/false) into a variable and when you change scene, you make that object change to red if the variable is true/false