I am making a proper Club penguin game after about 3 projects practice.
I need lots of help what does the broadcast do?
And how do you get it so when you click on sprite 1 (a door) It takes you to a new background?
Any way it should have secret agents missions tour guides and that limated speach thing and moderates (for what reason I dont know) I will make a sign in login Create account there will also be Beta testers It will unfortnatly not be a multiplayer(can you even do that on scratch?)
Offline
When you broadcast something, it is like sending a message that something you want another sprite to do something.
You could try
If the penguin is touching the door, set a variable, "Room" to 1.
On the background, you could have:
When flag clicked,
Forever
Set background # to Room
Offline
<when green flag clicked><move( )steps><turn cw( )degrees><turn cw( )degrees><if on edge, bounce><clear><pen down><pen up><change pen color by( <wait( )secsc><mouse x><mouse y>(( <mod> ))<change{ }by(
Offline