Discuss Scratch

BlueButterflyWing
Scratcher
6 posts

How to make a sprite say something after another

Hello! I need help with something for my sprite. I want it so when you click the sprite it says something and when you click it again it says something different
BarelySmooth
Scratcher
1000+ posts

How to make a sprite say something after another

If you want to make the sprite say something when clicked for the first time and something else when clicked for the second time:


or do you want it to say something random every time you click it?

(The following text is my signature. The text below the grey line is not a part of the above. post. It appears at the bottom of every post I make!)
BlueButterflyWing
Scratcher
6 posts

How to make a sprite say something after another



Thats good thanks for helping!
BarelySmooth
Scratcher
1000+ posts

How to make a sprite say something after another

BlueButterflyWing wrote:

Thats good thanks for helping!
Welcome. Happy to help!
CST1229
Scratcher
1000+ posts

How to make a sprite say something after another

Here's a solution that requires a list:
when green flag clicked
set [which v] to [1]

when this sprite clicked
say (item (which) of [things to say v])
change [which v] by [1]

Powered by DjangoBB