Content tagged expression

Report Tag

35 usages of this tag
4
This content is deleted
Tutorial
[C3 ONLY] The Eleanor trick
5 favourites

The Eleanor trick (or the Eleanor) is a trick first discovered and explained by Eleanor: She used it for her game Strawberry Punch, and has decided to widely sh...

12
  • 21.1K visits
  • 31.2K views
This content is deleted
Blog Post
Using lerp with delta-time
14 favourites

Recently on the forums came up the question of how to use dt (delta time) correctly with lerp. This turned out to be a surprisingly tricky question, and is a go...

27
This content is deleted
Blog Post
Compiling expressions to JavaScript in the C3 runtime
4 favourites

The latest beta of Construct 3 includes a major new optimisation for the C3 runtime: It now compiles expressions to Javascript. This improves even further the a...

  • 3 replies
  • 650 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
  • 410 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
  • 404 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
  • 399 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
  • 667 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
  • 400 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