|
| 28 May 2013 06:34 AM |
| Okay, so I am making a GUI For my game the says,Welcome To Heroic Arms and then Play for the TextButton. When I test this in play solo from studio, I click it and it allows me to change the text of the TextBox. How Do I fix this? BTW This is my First GUI that I am scripting. ALSO No scripts are added yet into it. |
|
|
| Report Abuse |
|
|
Desperian
|
  |
| Joined: 07 Feb 2012 |
| Total Posts: 3371 |
|
|
| 28 May 2013 06:36 AM |
| Don't use a 'TextBox' use a 'TextButton'. |
|
|
| Report Abuse |
|
|
|
| 28 May 2013 06:39 AM |
| I have one Text Box and one text button. I click the button and it allows me to change the text box. I don't want that. But do I not use Text Boxes? Just buttons? I never knew that :/ Thanks. |
|
|
| Report Abuse |
|
|
Desperian
|
  |
| Joined: 07 Feb 2012 |
| Total Posts: 3371 |
|
|
| 28 May 2013 06:41 AM |
| TextBoxes are used when you want the user to input something. TextButtons are solely used for when you want a clickable button on their screen. |
|
|
| Report Abuse |
|
|
|
| 28 May 2013 02:18 PM |
| Oh, Okay then. I'll change the TextBox to Button. Thanks for informing me on that. It is my first GUI So, I never knew that :3 |
|
|
| Report Abuse |
|
|
ForceSky
|
  |
| Joined: 30 Jul 2012 |
| Total Posts: 2379 |
|
|
| 28 May 2013 02:29 PM |
| TextBoxes can be clicked and you can change the text in it. TextButtons are clicked. TextLabels display unchangeable text(to the player). |
|
|
| Report Abuse |
|
|