I have a book-background with quite a lot of text, for which I need ten text overlays.
Is there a way to get rid of them all at once, or do I need to assign an int for each and one of them?
That'd be pretty awkward, since I want a new bulk of text appearing after one click on a certain area. That would preferably erase the old text and present ten new text-overlays.
If I had to use individual ints, it would result in thirty ints after just three pages.
Any suggestions?
Use one transpearent GUI, with a label on it, and se the label's text to the page text... then you can just set the text with SetLabelText(...)
Thanks, I'll try that....
I guess the slowdown won't matter as long as you're just reading a book anyway...
Slowdown..? Ovelays do AFAIK sometimes cause slowdown, but GUIs with labels dont... or?
No, of course not, I had something completely else in mind. forget about it :)