Forum Topics tagged javascript

JavaScript, often abbreviated as JS, is a high-level, interpreted programming language that conforms to the ECMAScript specification. It is a language that is also characterized as dynamic, weakly typed, prototype-based and multi-paradigm.

Similar Tags

Report Tag

231 forum topics with this tag
  • 0 replies
  • 145 views
This content is deleted
Forum Topic
How to use javascript libraries?
0 favourites

I see that build 3 is very difficult to work with, since I can't use libraries in my projects. I thought adding in the right pane and importing the scripts was...

posted 1 years ago
  • 2 replies
  • 232 views
This content is deleted
Forum Topic
How do I make 2 ai fight each other just like in Dota 2?
0 favourites

I have a school requirement where they made us make a clone of Mobile Legends. I have the walls and the bushes and also the turrets set in place, what I really...

  • 4 replies
  • 350 views
This content is deleted
Forum Topic
How do I get Dictionary.AsJSON in scripting?
0 favourites

I'm trying to set a variable in my script (scripts in Events) with Dictionary.AsJSON, I did this but it doesn't seem to return the correct data (JSON with keys/...

  • 2 replies
  • 286 views
This content is deleted
Forum Topic
can you access audio tags with js?
0 favourites

Is there a way to add audio tags when fetching / playing audio via JS? Is there a way to access event code that relies on audio tags via JS so you can trigger i...

posted 12 months ago
  • 10 replies
  • 1K views
This content is deleted
Forum Topic
Loading Sprites image from URL by JavaScript
3 favourites

We are working on a project that we create several images dynamically and we need to set each sprite's image differently each time from different URL here is an...

posted 11 months ago
  • 1 replies
  • 195 views
0 favourites

I want to disable "Set angle" of "MoveTo" behaviour using Javascript. But I can't find such property in scripting reference doc:

  • 3 replies
  • 189 views
This content is deleted
Forum Topic
How do I pass a global Variable with Javascript?
0 favourites

In Construct 3 I'm able to pass a global var in JS using the following: Rik.LogError(runtime.GlobalVars.MyGlobalVar); In c2 obviously I need to use the Browser....

  • 2 replies
  • 214 views
This content is deleted
Forum Topic
How do I get text from a PDF to my project?
0 favourites

I used a file chooser and an HTML Element to load and read a PDF, but now I want to extract some information from this PDF to fill in some variables. I read som...

  • 7 replies
  • 185 views
This content is deleted
Forum Topic
How do I paste text from clipboard?
0 favourites

Hi I need to paste the text from my clipboard, I got this JS code to copy the text from a textbox. "document.GetElementById(""myText"").Select();Document.ExecCo...

posted 10 months ago
  • 0 replies
  • 174 views

Here what I did so far, but it didn't work. I don't have code experience, this code I get with Chat GPT. My browser is Microsoft Edge. I'm receiving some error...

Similar Tags