Content tagged script

Report Tag

58 usages of this tag
  • 1 replies
  • 553 views
This content is deleted
Forum Topic
Enable/Disable Drag and Drop behavior on an object
0 favourites

Is there a way to disable the drag and drop behavior on an object from within a script?

posted 2 years ago
  • 2 replies
  • 705 views
This content is deleted
Forum Topic
How do I access loopindex inside a script in event sheet?
0 favourites

I want to access loopindex of my current for loop from a JS script in the actions. My code looks like this and it's not working: I tried to use a counter instea...

  • 3 replies
  • 578 views
This content is deleted
Forum Topic
how do i callfunction by one string with parameters
0 favourites

At First, I know how to call function with script. Construct.Net/en/make-games/manuals/construct-3/scripting/scripting-reference/iruntime. Runtime.CallFunction(...

  • 1 replies
  • 742 views
This content is deleted
Forum Topic
How to set angle of motion for bullet?
0 favourites

I have following code after I spawn a bullet: Const angleDict = { "up": -90, "left": 180, "right": 0, "down": 90 }; Const player = runtime.Objects.PlayerFamily....

  • 15 replies
  • 701 views
This content is deleted
Forum Topic
Function behaves strange?
0 favourites

I want to turn my login events into a function because I want to add multiple ways of signing in. For example by button click, by pressing enter etc. And I just...

  • 9 replies
  • 729 views
This content is deleted
Forum Topic
Tensorflow Pose Net on Construct 3
0 favourites

I want to make motion capture from Construct 3 using user media (webcam) then get pose human every frame. I use tensorflow and pose net for the plugin (script)...

  • 0 replies
  • 73 views
This content is deleted
Forum Topic
How do I push back array with script?
0 favourites

How do I push back array with code? Is it like JS? Const fruits = ; Fruits.Push("Kiwi"); I'm not a programer, sorry for the noob question =/. Tanks =).

posted 1 years ago
  • 2 replies
  • 218 views
0 favourites

Is there a way to disable the drag and drop behavior on an object from within a script?

posted 1 years ago
  • 0 replies
  • 153 views
This content is deleted
Forum Topic
How do I know the event name in script?
0 favourites

I have a question about the script files. If I have an instance and want to listen to a drag event, how do I know the name of that drag event in the addEventLis...

posted 1 years ago
  • 0 replies
  • 122 views
This content is deleted
Forum Topic
How do I pick top instance in the script?
0 favourites

In the script file. How do we use pickTopoInstance like in event sheet?

posted 1 years ago