Content 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

300 usages of this tag
  • 2 replies
  • 501 views
This content is deleted
Forum Topic
Using HTML Text URL to Call Layout
0 favourites

Can we use a link on HTML Text to call another Layout using Javascript? I need an example for something like this. Thank you.

posted 3 years ago
  • 1 replies
  • 1.1K views
This content is deleted
Forum Topic
Acessing local variables via script
0 favourites

How do I access a local variable from a group in a piece of script? I can do it with global vars with: Runtime.GlobalVars.Varname; How can I do something simila...

posted 3 years ago
  • 0 replies
  • 346 views
0 favourites

For my project, I need a vector world map where countries become highlighted based upon conditions set in the game. I found a Javascript library for interactive...

posted 3 years ago
  • 0 replies
  • 810 views
This content is deleted
Forum Topic
Hot to get mesh points position?
0 favourites

You can use IWorldInstance.SetMeshPoint(col, row, opts) to set mesh point position. But what if I want get the point position? I want do something like this: PS...

  • 1 replies
  • 748 views
0 favourites

My team need to wrap Construct JS inside Angular. Is it possible to create function inside Construct to call external function in Angular that wrap Construct? I...

  • 6 replies
  • 410 views
This content is deleted
Forum Topic
Easiest way to get the amount of color used?
0 favourites

For my drawing game I want to get the amount of ink used of each color to draw the picture. Therefore, after the picture is drawn I take a snapshot of it and ru...

  • 2 replies
  • 485 views
This content is deleted
Forum Topic
Map Insert into Game
0 favourites

I have a Javascript map library (https://www.Cssscript.Com/svg-world-map/) that I want to use in a game, but I'm at a loss as to how to make it happen, and look...

posted 3 years ago
  • 20 replies
  • 2.1K views
This content is deleted
Forum Topic
My C3 Experiments
1 favourites

Here there are my latest experiments. GitHub. GitHub. Description. GitHub. Description (Patreon - free). GitHub. Description (Patreon - free). GitHub. Descripti...

  • 2 replies
  • 342 views
This content is deleted
Forum Topic
How do I embed an external email form?
0 favourites

I'm planning to add a form by Hubspot at the end of my games where players can submit their email addresses to enter a draw. Hubspot provides me with the HTML s...

  • 2 replies
  • 675 views
This content is deleted
Forum Topic
How do I move all object instances with Javascript?
0 favourites

I'm new to Javascript with Construct 3 so I just want to make sure if I get this right. I have one sprite object in my Layout and its called Enemy. On simple bu...

posted 3 years ago

Similar Tags