Ideas for hopscotchers

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 :wave:

7 Likes

so basically broadcast an [on/off] variable instead of any string we put inside the block?

6 Likes

Wait I don’t understand is that an idea of what it might look like or an actual way to do it

5 Likes

oh wait I think I made it look a bit weird so [off] is the name of the message it self lol

4 Likes

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

5 Likes

oh that’s a bummer but thanks for the workaround.

6 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.