Content tagged function

Similar Tags

Report Tag

172 usages of this tag
  • 1 replies
  • 918 views
This content is deleted
Forum Topic
How do I Choose Function in Contruct 3?
0 favourites

In Construct 2: Choose("Funcion1", "Function2", "Function3"). In Construct 3?

posted 4 years ago
  • 7 replies
  • 973 views
This content is deleted
Forum Topic
Weird Event Condition Issues?
0 favourites

I've had a bug in my game that I was unable to figure out for months. Today I managed to, (or so it seems), get to the bottom of it. However, I still don't unde...

  • 5 replies
  • 957 views
This content is deleted
Forum Topic
Call canvas functions from parent
0 favourites

I have create a iframe. And inside the iframe is the Construct 3 canvas. But how can I call any canvas functions from the parent? This is how I get the canvas i...

  • 5 replies
  • 856 views
This content is deleted
Forum Topic
Filter is not a Function
0 favourites

I would like to use the Javascript filter() method. Is it possible with scripting in Construct 3? I tried it both in the editors script file and in the add scri...

  • 2 replies
  • 1.8K views
This content is deleted
Forum Topic
How to change the language of your game?
0 favourites

These days I decided to try to put other languages in the game. And as I had never done that, I went looking for some tutorials. I found the following. It uses...

posted 4 years ago
  • 6 replies
  • 1.6K views
This content is deleted
Forum Topic
Function Object missing/disappeared!?
0 favourites

I can't find the Function Object anymore. It doesn't show the object when trying to call it or create one. I can't add it to the project, because the icon Is'nt...

posted 4 years ago
  • 4 replies
  • 1K views

Let's say I have a function "KillEnemy" which returns a value. Why can't I just call it if I don't care about the return value? Many programming languages allow...

posted 4 years ago
  • 3 replies
  • 448 views
This content is deleted
Forum Topic
No function plugin
0 favourites

Hello friends. There's no function plugin in my project.

posted 4 years ago
  • 2 replies
  • 496 views
This content is deleted
Forum Topic
independent function calling for instances
0 favourites

I have a project with a single event that sets a sprite's instance Boolean to true. Another event calls a function when that Boolean is true. The function then...

  • 10 replies
  • 764 views
This content is deleted
Forum Topic
How do I pick random instance inside function?
0 favourites

On main event I create many instances of same object. I need a Function that will pick a random instance of that object and do something with it. If I just use...

Similar Tags