Sprite::say()
Makes the sprite display a speech bubble with the specified text.
Syntax
Java
.say(text)
.say(text, millis)
Parameters
| Name | Data Type | Description |
|---|---|---|
| text | String | The text to be displayed in the speech bubble. |
| millis | int | The duration in milliseconds for which the message will be displayed. |
Return
void
