Discuss Scratch

Toasted-Treasure
Scratcher
2 posts

How to make button

Hello!! I'm pretty new to scratch and coding in general! I need a button on the screen that will cycle through a sprite's costume. sorry if this is a dumb question
not_electric_ajax
Scratcher
97 posts

How to make button

Make a button sprite and insert the following code:
when this sprite clicked
broadcast [change sprite]
Then in the sprite that you want to change costume, insert the following:
when I receive [change sprite]
next costume
Wolf_Link21
Scratcher
100+ posts

How to make button

button script
when this sprite clicked
broadcast [message v]
other sprite script
when I receive [message v]
next costume

Powered by DjangoBB