Discuss Scratch

gdxfor
Scratcher
100+ posts

Broadcast menu internal input

Can anyone find or make a project with just a broadcast menu internal input? Thanks.
logabe
Scratcher
51 posts

Broadcast menu internal input

Do you mean something like this?
when I receive (foo)
broadcast (foo)

The chances of anything coming from Mars /
Are a million to one, they said /
The chances of anything coming from Mars /
Are a million to one /
But still, they come
gdxfor
Scratcher
100+ posts

Broadcast menu internal input

No I just want the internal input
davidtheplatform
Scratcher
500+ posts

Broadcast menu internal input

What do you mean by the internal input? If you mean the dropdown menu, I’m pretty sure you can’t get it by itself.

Generation 4: the first time you see this copy and paste it on top of your sig in the scratch forums and increase generation by 1. Social experiment.
mybearworld
Scratcher
1000+ posts

Broadcast menu internal input

Unfortunately, that's not possible.

It's possible for the clone menu, as its JSON looks like this:
{
  "WMNYEw*ejvm?I*hDo~xC": {
    "opcode": "control_create_clone_of",
    "next": null,
    "parent": "!g8Do!D{.C/f{}F;.`|,",
    "inputs": { "CLONE_OPTION": [1, "b/_j`w/z}}|iPx6*?iX`"] },
    "fields": {},
    "shadow": false,
    "topLevel": false
  },
  "b/_j`w/z}}|iPx6*?iX`": {
    "opcode": "control_create_clone_of_menu",
    "next": null,
    "parent": "WMNYEw*ejvm?I*hDo~xC",
    "inputs": {},
    "fields": { "CLONE_OPTION": ["_myself_", null] },
    "shadow": true,
    "topLevel": false
  }
Which means you can simply create a “control_create_clone_of_menu” without its parent:
{
  "b/_j`w/z}}|iPx6*?iX`": {
    "opcode": "control_create_clone_of_menu",
    "next": null,
    "parent": null,
    "inputs": {},
    "fields": { "CLONE_OPTION": ["_myself_", null] },
    "shadow": false,
    "topLevel": true,
    "x": -296,
    "y": 330
  }
}
On the other hand, the event broadcast is implemented like this:
{
  "!g8Do!D{.C/f{}F;.`|,": {
    "opcode": "event_broadcast",
    "next": "WMNYEw*ejvm?I*hDo~xC",
    "parent": null,
    "inputs": {
      "BROADCAST_INPUT": [1, [11, "message1", "qSM,;%|oRy$gr_{/KT}e"]]
    },
    "fields": {},
    "shadow": false,
    "topLevel": true,
    "x": -296,
    "y": 330
  }
}
And there just isn't anything to extract out here.

Signatures are the only place where assets links still work.
EngineerRunner
Scratcher
1000+ posts

Broadcast menu internal input

mybearworld wrote:

-snip-
couldn't you have it in a “join () ()” block?

social experiment: comment here to not get curator

simpsons and futurama fan

RickRoIler (the first l is a capital i) on PSN, NotXboxGamer765 on xbox (and by that i mean xbox 360), EngineerRunner on Minecraft (find me on hypixel)
also im on the orange cat social media as EngineerRunner

join the worst guild on hypixel with this command!!1/!/!?1/!/
/guild join los gamers

if any of my suggestions ever get accepted, i will have my profile picture set to Just Stamp The Ticket Man for 3 months

give internets pls

an australian cumquat ate my snag and onions

“maintainer” of Pyratch, a very simple text-focused frontend for Scratch
oh god am I becoming an ATer

when I am deleted ::hat control
ask (join (join [what the hell does ] (when I am deleted ::hat control)) [ do?]) and wait
create clone of [Stage v]
delete this project ::control
stop [eh, a few] sounds ::sound
casually taking over the forums:

this is what happens when school goes back in the US, scratch has like no activity













































































when I am deleted ::hat control

create clone of [Stage v]
delete this project ::control
stop [eh, a few] sounds ::sound
mybearworld
Scratcher
1000+ posts

Broadcast menu internal input

EngineerRunner wrote:

(#6)

mybearworld wrote:

-snip-
couldn't you have it in a “join () ()” block?
Good idea, that does work! https://scratch.mit.edu/projects/890831839/

Last edited by mybearworld (Sept. 8, 2023 15:03:40)


Signatures are the only place where assets links still work.
gdxfor
Scratcher
100+ posts

Broadcast menu internal input

mybearworld wrote:

Unfortunately, that's not possible.

It's possible for the clone menu, as its JSON looks like this:



And there just isn't anything to extract out here.

I knew about this (and is in fact the reason I made the discussion). However, after a lot of testing, I managed to get a version of the block into a Scratch Project without it being stuck to the join block.
medians
Scratcher
1000+ posts

Broadcast menu internal input

mybearworld wrote:

EngineerRunner wrote:

(#6)

mybearworld wrote:

-snip-
couldn't you have it in a “join () ()” block?
Good idea, that does work! https://scratch.mit.edu/projects/890831839/



:P

Last edited by medians (Sept. 8, 2023 23:27:32)


Medians bamboozled by 3.0 (version 3.0): https://scratch.mit.edu/projects/979822351/
hi875230163394: You're similar to valve in that you both hate a certain number…
Scratch 0.x, 1.x, 2.x, 3.x and LogoBlocks Archives
Bamboozlement: https://scratch.mit.edu/studios/33739789
Years on internet: 15 (soon 16)
medians: Oh god not this utc - 12 thing again..
Fun_Cupcake_i81: What, were you expecting not to see the utc - 12 thing again? THE UTC - 12 THIGN ALWAYS RETURNS. ALWAYS.
medians: I knew it would happen. I was the one who started it last year.
Fun_Cupcake_i81: Well then if you didn't want it back maybe you need to time travel to last year and fix that

Oh wait if you could time travel I think we all know exactly when you would go-
user1: That picture is from 2.0. Now he’s at my house and is my pet.
user2: But this is medians we're talking about, so “from 2.0” can mean the same thing as “from five seconds ago”.

Detect Scratch version here
My other accounts: @selfexplanatory @modesties @chaircard @fireflyhero @dividendyield @colloids @radians @skeuamorphism @dihectogon @anglebisector @aau- @EditBlockColors @AdamantOrb @MoongeistBeam @festively @Ampharos_ @straightforwardness @interchangeably
i trolled redcat LOL






if you see this
{what method did you use::control hat
answer on profile ::motion
} ::operators

;
kitty1000pranjalc
Scratcher
20 posts

Broadcast menu internal input

ok… There are some rare java codes which you could download and put in your project.
if <(message1 v) received? :: sensing boolean> then
do message 1 stuff :: grey
end

idk what this forum is about


SIGNATURE:


say [Dancing Sus] for (2) secs


kittyprofile
BigNate469
Scratcher
1000+ posts

Broadcast menu internal input

kitty1000pranjalc wrote:

ok… There are some rare java codes which you could download and put in your project.
if <(message1 v) received? :: sensing boolean> then
do message 1 stuff :: grey
end

idk what this forum is about
Please don't post on old and resolved topics…

0% of Scratch is written in Java. However, the majority of Scratch is written in JavaScript.

They're not the same thing (not by a long shot), don't get them confused.

This signature is designed to be as useful as possible.
How to make a signature & other useful info about them
The Official List of Rejected Suggestions (TOLORS)
The Announcements Directory
Lesser-known Scratch URLs: https://scratch.mit.edu/discuss/topic/542480/
Why @Paddle2See's responses are so often identical: https://scratch.mit.edu/discuss/topic/762351/

Ads Useful projects:
Raycaster & Maze 1.4.1 | Don't Break The Ice | Procedurally Generated Terrain | Basic Trigonometry | Comparing the fastest list sorters on Scratch

“if nobody can learn the programming language, it's just gibberish that does math.” -me, in a forum post

The original name of “loves” was “love-its”. Technically speaking, this hasn't changed.
cheddargirl
Scratch Team
1000+ posts

Broadcast menu internal input

Closed due to necroposting.

Sadly, my forum signature was eaten by an evil kumquat.

Powered by DjangoBB