The title say it all, basically I want to make a certain button chage the sprite of the stage and make another button dissapear. But basically I want to know how to make something comand other and ot it self
Offline
when gf clicked switch to costume [whatever v] wait (whatever) secs switch to costume [whatever v]
Offline
first, make a button. Then put in a block
{scratchblocks}
when button clicked
broadcast whatever
Then the stage receives whatever, change background. Make sense? I'm still learning to use scratch blocks.
Offline
first, make a button. Then put in a block
when button clicked broadcast whatever Then the stage receives whatever, change background. Make sense? I'm still learning to use scratch blocks.Updated just previewed....not the best scratch blocks ever.
Offline
Dsteenson wrote:
first, make a button. Then put in a block
When [button] clicked broadcast [start v]Then the stage receives whatever, change background. Make sense? I'm still learning to use scratch blocks.
fixed
Offline
when [button] clicked broadcast [change v] when I receive [change] change backgroundA lot better. The first bit is for the button. The next bit is for the stage.
Offline