Sprite::say()
A speech bubble appears over the sprite and will only go away if the sprite says or thinks something else.
Examples
Syntax
Java
Scratch
say [Hi!] say [Hi!] for (5) seconds
Parameters
Name | Data Type | Description |
---|---|---|
text | String | Text for the speech bubble. |
milliseconds | int | Time for the speech bubble to stay. |
Return
void