Content tagged textbox

Report Tag

67 usages of this tag
  • 4 replies
  • 208 views
0 favourites

Its possible to get alert when saving 2 player same text ( player name ) ? When if possible kindly guide me how can I do it this.

  • 0 replies
  • 311 views
This content is deleted
Forum Topic
How to display generated text in a Text object?
0 favourites

So in the background of my game, I would like to have randomly generated code in a text box, and to do this I am probably going to use this code: /* terminals u...

posted 2 years ago
  • 3 replies
  • 344 views
This content is deleted
Forum Topic
How do I store text input?
0 favourites

I'm trying to make a simple app where I need a text to be editable. I need it to work so when I edit the text, it saves the text in the textbox, and when I reen...

  • 2 replies
  • 348 views
This content is deleted
Forum Topic
How do I retrieve a textbox color value ?
0 favourites

I have a text box that I change the colorvalue runtime and I later need to retrieve this color value. Sprite have colorvalue in appearance but textboxes doesn't...

posted 2 years ago
  • 1 replies
  • 172 views
This content is deleted
Forum Topic
How do get asian fonts to wrap?
0 favourites

I am translating my game into japanese and chinese but kanji fonts don't not wrap in textbox? I seen a post where there was a plugin to fix this but it was for...

posted 2 years ago
  • 1 replies
  • 346 views
This content is deleted
Forum Topic
How do I update text box dynamically?
0 favourites

Got a little turn-based game here and I'm trying to create a "summary" sprite font box which includes what actions will take place when "end turn" is pressed. F...

  • 0 replies
  • 94 views
This content is deleted
Forum Topic
How do I Make TextBox Words Colored Differently?
0 favourites

So basically what I am trying to do is to replicate the different colors a word get like in the Javascript: Function{ <- blue color} () {. ( Words here get diff...

posted 2 years ago
  • 1 replies
  • 460 views
This content is deleted
Forum Topic
How do I get the position of the cursor in a textbox?
0 favourites

I'm making a custom overlay for my textboxes so that it's pixelated. So far it works great - the textbox is made invisible with css, and the spritefont mimics w...

posted 2 years ago
  • 3 replies
  • 302 views
This content is deleted
Forum Topic
Loop passes 1 element to list 2 times repeatedly
0 favourites

On the first name of the sender of the sms and on the second the text of the sms. When I press the button, the entire text of the SMS, along with the name of th...

  • 2 replies
  • 426 views
This content is deleted
Forum Topic
Instance variable and text box ?
0 favourites

How do I add to a text box the value of an instance variable ? Example : - Sprite has 2 instances variables : ID and Value. - There 3 instance of Sprite on scre...