Hey guys, I am creating a story telling app. I have lots of text to display, but I want it displayed all on a single line that will go off the screen, and the user can drag the object horizontally as they read the text to bring more text on screen. The issue I am having is that once my text object gets such a long string of text, it shows up as a black box in the app. Is there any way to get around this limit on how wide the text object can be? Only solution i can think is to make several text objects and create them next to each other, but to make that work well i would need a way to have my code know how wide each text object is… Any ideas or thoughts would be great. Thanks!
Ps- im trying to avoid wrapping text because i dont want huge blocks of text covering my screen, just trying to keep it down to this single thin line that can be scrolled by the user. [import]uid: 19620 topic_id: 24088 reply_id: 324088[/import]