Content tagged code-scripting

Report Tag

3 usages of this tag
  • 1 replies
  • 722 views
This content is deleted
Forum Topic
How to get data from async functions on scripting!
0 favourites

How to get data from async functions on scripting. Function DRAWING(canvasIns, x,y, color). {. Const imageData = canvasIns.GetImagePixelData(); Console.Log(imag...

posted 4 years ago
  • 1 replies
  • 2.3K views
This content is deleted
Forum Topic
Construct 3 with different Languages
0 favourites

Short and simple: Can I as a user of Construct 3 change the programming language of Construct 3 from Javascript to something else.

  • 3 replies
  • 848 views
This content is deleted
Forum Topic
Any other way to convert event sheets?
0 favourites

Is it possible to convert event sheets to anything else? Maybe something like. Var my_variable = 0. System.OnStart(function(){. My_variable = 10. });