Pages: 1
Topic closed
honeyfoot wrote:
how do you make a sprite affect another? like for character memes, you click the 'next' button and the entire page changes.
What do you mean? like if you make someone shoot, they get hurt?
Offline
Use the Broadcast block to send a message to other sprites. Then use the When I Receive message block on the sprites that you are trying to signal.
[blocks]
You might have this on a Sprite called Next Button...
<when[ Next Button ]clicked>
<broadcast[ Level 3
And this on the sprites that need to hide or show themselves when the next button is clicked
<when I receive[ Level 3
<show>
[/blocks]
Offline
try ether useing the [blocks]<when green flag clicked><forever><if><touching[ affecting sprite<hide>[/blocks]
Offline
Topic closed
Pages: 1