Clones not broadcasting, and Clones wont change Variables

id: 751147

category: Help with Scripts

posts: 4

In the middle of making a Mugen game, and while working on the main menu screen I encountered a problem, which is that my clones aren't doing anything when I place a broadcast in them, and they aren't changing variables.

I'm trying to make 3 buttons using clones that can each broadcast a different message and change 1 variable differently, but it's not working at all.

In summary, I'm using the code “if costume name = <> and touching mouse pointed & mouse down, broadcast (), set var to ()” on each clone individually, but it's not working at all (There must be something weird wrong bc I've done it before in the past)

Genesis-Reborn wrote:

In the middle of making a Mugen game, and while working on the main menu screen I encountered a problem, which is that my clones aren't doing anything when I place a broadcast in them, and they aren't changing variables.

I'm trying to make 3 buttons using clones that can each broadcast a different message and change 1 variable differently, but it's not working at all.

In summary, I'm using the code “if costume name = <> and touching mouse pointed & mouse down, broadcast (), set var to ()” on each clone individually, but it's not working at all (There must be something weird wrong bc I've done it before in the past)
https://scratch.mit.edu/projects/992199254/ you mean this?
That works too, but I ended up remastering the entire coding I made for the sake of simplicity

Genesis-Reborn wrote:

That works too, but I ended up remastering the entire coding I made for the sake of simplicity
i think i get what you mean
https://scratch.mit.edu/projects/992199254/
check this out
i shortened it and improved