Forum Topics tagged expression

Report Tag

31 forum topics with this tag
  • 3 replies
  • 647 views
This content is deleted
Forum Topic
Dutch Translation - Finalising / Expression Translation
0 favourites

I have finished up all the translations on the dutch language, and I'm currently correcting spelling mistakes and capitals issues (lowercase/uppercase). I asked...

  • 2 replies
  • 1.7K views
This content is deleted
Forum Topic
Call external function from expression
0 favourites

I'm use the example file "Loading script & WASM" from Construct 3. In the scriptfile "external.Js" i'm add a new function: Function testing() {. Return "ok it w...

  • 3 replies
  • 408 views

I have an object with an instance variable, which I can not use to read out an array.At(instancevariable), since it is a locked as string (instead of number). I...

posted 5 years ago
  • 6 replies
  • 402 views
This content is deleted
Forum Topic
How do I write that every number is valid
0 favourites

I have the "state_1" "state_2" 3, 4. And want that a expression reach then without I want to write a code line for every one. So I want to know what to write to...

posted 5 years ago
  • 2 replies
  • 396 views
0 favourites

I am wanting to apply actions to only a specific tile number in a tilemap, for this example tile "0". I am using a comparison (with local variables to convert p...

  • 4 replies
  • 664 views
This content is deleted
Forum Topic
How do I set an expression for increased variable?
0 favourites

I would like to do an event where every time an object is created the X variable grows by 1, and so far no problem. The next event, however, should be: "If vari...

  • 3 replies
  • 399 views
This content is deleted
Forum Topic
Expressions inside an array
0 favourites

Is there a way to use expressions in array cells? For example: In the cell, the value is 5 + 5, when loading this value from the array, get 10. Or use the syste...

posted 4 years ago
  • 6 replies
  • 305 views
This content is deleted
Forum Topic
Seting range not working (SOLVED)
0 favourites

I'm using two conditions to set a range: Enemie.X = Player.X -200. This is working. But when I use the inverse, it dont work. I try two ways: -just press I and...

posted 3 years ago
  • 3 replies
  • 734 views
This content is deleted
Forum Topic
How do I put instance variables in an expression?
0 favourites

I am trying to make an RPG game and want to make the attack value differ according to the character stats,which are saved in instance variables. However,I can't...

  • 1 replies
  • 786 views
0 favourites

Is it possible to reference an object by UID or Nth Instance via expressions? I am doing a self collision, and found that you can choose the objects that collid...