Forum Topics tagged function

Similar Tags

Report Tag

162 forum topics with this tag
  • 3 replies
  • 237 views
This content is deleted
Forum Topic
Need a confirmation on the way functions return values
0 favourites

I just face a behavior that seems different from programming languages. The Set return value action. If I don't create Else branches, the different conditions a...

posted 1 years ago
  • 3 replies
  • 278 views
This content is deleted
Forum Topic
How do functions run?
0 favourites

If by chance a function is called at the exact time multiple times in the same tick. Will the function run multiple times parallel or will it run multiple times...

  • 1 replies
  • 173 views
This content is deleted
Forum Topic
Await runtime.callFunction
0 favourites

When calling an event sheet function from a script, is it possible to await for the function to finish and return a value? Otherwise, is there any way to wait f...

posted 1 years ago
  • 2 replies
  • 331 views
This content is deleted
Forum Topic
When to use function vs custom action
0 favourites

What would be an example of when you rather use a function and when you would use a custom action? (I have read the manual.

posted 1 years ago
  • 4 replies
  • 261 views
0 favourites

I have an event sheet function that change an object animation: Function(X,Y){. Event: Object.PosX = X; Object.PosY = Y; Action: Set animation to "Clicked"; }....

posted 1 years ago
  • 2 replies
  • 176 views
This content is deleted
Forum Topic
How do I correct this "width" paragraph?
0 favourites

Parameters for Line: Set width. Width: Distance(Line.X, Line.Y, Function.Param(0), Function.Param(1)). The system says "Not an Object", how do I correct it? Som...

  • 2 replies
  • 380 views
This content is deleted
Forum Topic
How do I create a boss with different attack patterns?
0 favourites

I don't think what I'm trying to make is that hard. I want the boss to have at least 2 attacks. 1) jump diagonally and once it hits the ground make a shockwave...

posted 11 months ago
  • 3 replies
  • 178 views
This content is deleted
Forum Topic
I can't find the function icon!
0 favourites

I am using Construct 3 r346 version. When I tap on "Insert new object" the "function" property doesn't appear. I can't add it to my work. What's the reason?

  • 3 replies
  • 302 views
This content is deleted
Forum Topic
How to call a function in the C3 HTML Element?
0 favourites

I'm using C3's HTML Element to display content. I have data stored in an array, I want to call the function in the HTML Element if array.At(0) is 1. I've tried...

  • 6 replies
  • 213 views
This content is deleted
Forum Topic
How do I apply my function to the right slot?
0 favourites

I'm in trouble with a function problem. I have for my game two slots for my power-ups. Each one can be activated with a button, "Y" for slot_1 and "B" for slot_...

Similar Tags