Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Need help with a character select screen.
- pupper_
-
2 posts
Need help with a character select screen.
So, I'm making this game called Avoid the Hippos! And I want the player to be able to select their character from a few choices. I know how to sense a click on a sprite, but once they do it, how would I make the other sprites become hidden?
- kuchikoo
-
66 posts
Need help with a character select screen.
Here is an example:
If you have two characters (Let's just say they are called “bob” and “steve”) you can put this block in for both those characters:
If the player clicks Bob, you can have this:
When you broadcast a message, every sprite will get the message so this is what you put for Steve:
I hope that I helped! If you're a bit confused, you can always ask me for help and I can show a better example! Good luck!

If you have two characters (Let's just say they are called “bob” and “steve”) you can put this block in for both those characters:
If the player clicks Bob, you can have this:
When you broadcast a message, every sprite will get the message so this is what you put for Steve:
I hope that I helped! If you're a bit confused, you can always ask me for help and I can show a better example! Good luck!



- pupper_
-
2 posts
Need help with a character select screen.
Hi, thanks! It worked perfectly. But, now I'm having another problem. Let me show you
the sprites aren't hiding and the backdrop isn't changing, why is that?
the sprites aren't hiding and the backdrop isn't changing, why is that?
Last edited by pupper_ (Oct. 16, 2017 21:51:44)
- DaEpikDude
-
1000+ posts
Need help with a character select screen.
Does it stop the project? Hi, thanks! It worked perfectly. But, now I'm having another problem. Let me show you
the sprites aren't hiding and the backdrop isn't changing, why is that?
If it does: you can do these:
1: make sure the backdrop “bluesky3” actually exists with no spelling mistakes / extra spaces etc.
2: replace “broadcast game over” with “broadcast game over and wait”
It should work.
If it doesn't stop at all, maybe add an extra script that says:
Hopefully that helps.
Last edited by DaEpikDude (Oct. 17, 2017 00:00:58)
- deck26
-
1000+ posts
Need help with a character select screen.
That's good but spamming the forum is not a good way to celebrate.im so happy
- deck26
-
1000+ posts
Need help with a character select screen.
Please don't spam or necropost. yooooooo
- Avacadolicious_x
-
2 posts
Need help with a character select screen.
how do you do the select a character thing because I've coded 1 character but i don't know how to do the others without the 1st character showing. 

Last edited by Avacadolicious_x (Nov. 29, 2019 04:25:42)
- Avacadolicious_x
-
2 posts
Need help with a character select screen.
how is that spamming?Please don't spam or necropost. yooooooo
spamming is repeatedly saying something over and over.
- game_pr0grammer
-
500+ posts
Need help with a character select screen.
how is that spamming?Please don't spam or necropost. yooooooo
spamming is repeatedly saying something over and over.
emphasis on “necropost”
and you also just necroposted
- deck26
-
1000+ posts
Need help with a character select screen.
Spamming is posting something that isn't relevant. That may not be the case here but still better to post a new topic and share your project.how is that spamming?Please don't spam or necropost. yooooooo
spamming is repeatedly saying something over and over.
- SIG7VBC
-
11 posts
Need help with a character select screen.
Hello? Anybody here? Well incase anybody but me is here then I also want a character select, I have my menu set up and 2 buttons a ‘start’ button and a ‘select character’ button the title screen has a press here button that always disappears and when I have my ‘character select’ button loaded in it disappears sorta like this
(edited)
and this as well sorta
its for my game called Ivan Mania (Scratch Port) and I want 3 playable characters: Ivan, Zaidrian, and Bitzy (yes that's the character's name)
(edited)
Last edited by SIG7VBC (Dec. 8, 2019 22:50:21)
- PotatoNia
-
1 post
Need help with a character select screen.
Here is an example:
If you have two characters (Let's just say they are called “bob” and “steve”) you can put this block in for both those characters:
If the player clicks Bob, you can have this:
When you broadcast a message, every sprite will get the message so this is what you put for Steve:
I hope that I helped! If you're a bit confused, you can always ask me for help and I can show a better example! Good luck!![]()
![]()
Thank you very much! The thing is though, with this scratch, I don't have a brodcast box. How do I get one?
- ramenosu
-
55 posts
Need help with a character select screen.
Here is an example:
If you have two characters (Let's just say they are called “bob” and “steve”) you can put this block in for both those characters:
If the player clicks Bob, you can have this:
When you broadcast a message, every sprite will get the message so this is what you put for Steve:
I hope that I helped! If you're a bit confused, you can always ask me for help and I can show a better example! Good luck!![]()
![]()
Thank you very much! The thing is though, with this scratch, I don't have a brodcast box. How do I get one?
Please don't necropost. Make your own topic for others to help you.
Now since this is easy to do, I'll help you.
Look in the “Events” tab. There should be 3 blocks that relate to broadcast:
To make your own broadcast, click on the arrow in the block, and make a new message.
- AmariTheCodeman
-
1 post
Need help with a character select screen.
Hi my name is amari and you can use WASD or arrowkeys for moving your character around.
Last edited by AmariTheCodeman (March 2, 2020 11:49:39)
- Bloxmakesgames2019
-
100+ posts
Need help with a character select screen.
Please don’t Necropost Hi my name is amari and you can use WASD or arrowkeys for moving your character around.
- minecraft_sprite
-
36 posts
Need help with a character select screen.
Do clones and put them each with different costumes. Then, do something like this:
Then check depending on what number was broadcast.
Then check depending on what number was broadcast.
- shine_fafnir
-
1 post
Need help with a character select screen.
cool but u can also use variebels
for example Set hero to bob
for example Set hero to bob
- Discussion Forums
- » Help with Scripts
-
» Need help with a character select screen.