Anyway, the horizontal scroll bar is there, but it doesn't show up until an item on the list is longer than the width of the box. Also, the vertical bar doesn't show up until there are so many items in the box that they no longer fit.
I've got items longer than the width of the box but it doesn't show up.
Does anybody know why, when i add an horizontal bar to the List Box it doesn't show up in the game?
Thank you very much!
Maybe this would help? just press the plural button to change the text. http://dl.dropbox.com/u/7658043/plural.cap
Maybe this would help? just press the plural button to change the text.
http://dl.dropbox.com/u/7658043/plural.cap
I need to change all the words ending with y to plural.
I haven't used text too extensively, but it sounds like you might need an array for that. Store each letter separately and then check the last position for a y, that shouldn't be too difficult. But then again, I haven't used arrays either.
I don't know how to use array, someone can help me?
Develop games in your browser. Powerful, performant & highly capable.
Is there a way to recognize only a part of a word and change the text?
Example: I want to add the plural of Fairy. Can i make something like: If "y" is at the end of the word, delete it and add ies?
Thanks for the help.