Wrapping text with 4th and 5th parameters

Link to the project or level: (Game Lab - Code.org)
**What I expect to happen:**We expected the text to wrap
What actually happens: The text is not wrapping
What I’ve tried: I have tried Googling code.org text wrapping. We looked at the Game Lab Documentation for text. We have tried various numbers in the 4th and 5th parameters.

Hi @jennifer.hemry,

What a great scene! The 4th and 5th parameters are width and height and if small enough to force the text to wrap but large enough to fit all the text, it should wrap. Here is a remix of your scene with the text wrapped.

Hope that helps!
~Michelle

Thanks so much! I learned something new today too! I thought those parameters were the bottom right corner x and y positions. Now I know they are the width and height! :slight_smile: