Forum Topics tagged string

Report Tag

35 forum topics with this tag
  • 0 replies
  • 260 views
This content is deleted
Forum Topic
Large levels based on randomly generated arrays
0 favourites

I've used Construct 2 few years ago, and before I buy Construct 3 I just want to know couple of things. Would this be possible to make in C3: 1. Create large ra...

  • 0 replies
  • 284 views
0 favourites

How can I assign the text in to a global variable? It says "¡justvoiceandgames ha robado todos los diamantes del canal!" for this example, but text will change...

posted 3 years ago
  • 7 replies
  • 928 views
This content is deleted
Forum Topic
How do I set a given string as a global variable?
1 favourites

I've got some lines on a that get updates from a remote server. And I want to register those updates on a global variable to work with them, so I'm trying to us...

posted 3 years ago
  • 8 replies
  • 1.5K views
This content is deleted
Forum Topic
How do I pick an object by name (string)?
0 favourites

Is it possible to use a string in a variable to pick an object? I have 2 Dictionary objects and want to select them by name, but the name is stored in a variabl...

  • 1 replies
  • 392 views
This content is deleted
Forum Topic
What is the best way to have translation strings?
0 favourites

New to C3 here. How should I go about applying translation strings to text in game? For example I'm going to have buttons on the main menu for "Story" "Options"...

posted 3 years ago
  • 2 replies
  • 850 views
This content is deleted
Forum Topic
[SOLVED] How do I GET value from this JSON string ?
0 favourites

I 'm having issue to get data from this JSON string (this is the value INSIDE Construct, with double double quote): "{""saveinfo"": }". What I did so far : PARS...

posted 3 years ago
  • 2 replies
  • 370 views
This content is deleted
Forum Topic
Show " " for string values in dictionaries in Debug Mode
0 favourites

While testing the "ready-feature" before game start, where the host can only start the game after every player is ready, I had quite problems figuring out why i...

  • 1 replies
  • 543 views
This content is deleted
Forum Topic
How do I use a variable to set color? [Solved]
0 favourites

So I have a tilemap that I want to set the colour of with the variable for such on the tilemap itself. But I can't get it working because it doesn't use strings...

  • 2 replies
  • 317 views
This content is deleted
Forum Topic
Calling a function for only 1 instance of a family
0 favourites

So if I have a multiple instances of "object_1" in my layout and I want them to call a "Flee" function when "Flee" string is active. How do I restrict the funct...

  • 4 replies
  • 422 views
This content is deleted
Forum Topic
How do I convert text to a comparable expression?
0 favourites

This is going to sound kind of weird, but my dialogue system has the dialogue stored in text files which is then read through ajax and gets used in game. The di...