Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » How to delete unused broadcasts??
- Son_of_Ender25
-
7 posts
How to delete unused broadcasts??
Do any of you fellow scratchers know how to delete any unused broadcasts? I feel like in most of my games, I have tons of broadcasts I know aren't being used. Any way to delete them?
- djdolphin
-
1000+ posts
How to delete unused broadcasts??
If there's a broadcast in the menu, it means it's used somewhere in the code. To get rid of a broadcast, get rid of the blocks using it.
- Son_of_Ender25
-
7 posts
How to delete unused broadcasts??
somewhere in the code. To get rid of a broadcast, get rid of the blocks using it.The thing is, right as you sent that, I was cleaning out some code and deleted some unnecessary broadcasts without realizing it If there's a broadcast in the menu, it means it's used


- apforever
-
87 posts
How to delete unused broadcasts??
Hey this didn't work for me, I had copied in a sprite from my backpack and it had got some unused broadcasts in. I have checked all the code and still no uses of the broadcasts. So now i"m stuck with two broadcasts in my pick block menu that aren't being used and won't be used. Help!!!
- savaka
-
1000+ posts
How to delete unused broadcasts??
all the code and still no uses of the broadcasts. So now i"m stuck with two broadcasts in my pick block menu that aren't being used and won't be used. Help!!!Get the broadcast block out and right-click and choose “show senders” or “show receivers” and look at the sprite panel to find where it's being used Hey this didn't work for me, I had copied in a sprite from my backpack and it had got some unused broadcasts in. I have checked
Choose “clear senders/receivers” when you done
- Discussion Forums
- » Advanced Topics
-
» How to delete unused broadcasts??