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)