If you have a long set of text, especially with Zoom blocks >= 2, then the speech bubble just runs off the edge of the screen.
See this example:
Ideally, for anything with a space / newline we'd wrap the text the whitespace character.
Alternatively, for anything > min(screen-width, ~100chars wide) we just wrap the whole thing in a ScrollFrame so you can at least see the whole result.
This is a simple test case, but the issue actually happens pretty frequently during some of the BJC Sparks text labs, including during the first few days of PD
If you have a long set of text, especially with Zoom blocks >= 2, then the speech bubble just runs off the edge of the screen.
See this example:
Ideally, for anything with a space / newline we'd wrap the text the whitespace character.
Alternatively, for anything > min(screen-width, ~100chars wide) we just wrap the whole thing in a ScrollFrame so you can at least see the whole result.
This is a simple test case, but the issue actually happens pretty frequently during some of the BJC Sparks text labs, including during the first few days of PD