Leaving multiple "say" messages on Stage

Is it possible to "say" without replacing the previous "say"? If so, how?

If I want to display someone's mailing address (see example below) on the Stage, how do I do it?

TIA,

Mark

John Smith
123 Main Street
Miami, FL 30000

Sprites can only say one thing at a time. However you could probably separate the data into a list using:

untitled%20script%20pic

The result:
image

You may use the join block from the operators blocks. :wink: