Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » how do you make a "when costume switched to ___ then ____"
- JustPix123
-
Scratcher
5 posts
how do you make a "when costume switched to ___ then ____"
i need it for a game i'm making bc there's a switch feature and i want a character to do a specific move and make it so the other one doesnt
hope someone responds
hope someone responds
- RMRainbow
-
Scratcher
28 posts
how do you make a "when costume switched to ___ then ____"
i need it for a game i'm making bc there's a switch feature and i want a character to do a specific move and make it so the other one doesntYou could do something like this:
hope someone responds
when green flag clicked
if <(costume #) = [2]> then
end
- RMRainbow
-
Scratcher
28 posts
how do you make a "when costume switched to ___ then ____"
i need it for a game i'm making bc there's a switch feature and i want a character to do a specific move and make it so the other one doesntSorry, This:
hope someone respondswhen green flag clicked
forever
if <(costume #) = [2]> then
end
end
- HarryCreator2416
-
Scratcher
100+ posts
how do you make a "when costume switched to ___ then ____"
A “switch costume to then” block?
Easy.
Easy.
switch costume to ( v)
broadcast (costume [name v] :: looks)
- Discussion Forums
- » Help with Scripts
-
» how do you make a "when costume switched to ___ then ____"


