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

298 usages of this tag
  • 6 replies
  • 3.7K views
This content is deleted
Forum Topic
How do I parse JSON Objects and return its values?
1 favourites

I use the AJAX events to get this and similar Objects from a server: [. {. "id": "3510d1-43e-4c45-be00-156ffk6d5da", "name": "BWL", "description": "", "dateFrom...

posted 4 years ago
  • 5 replies
  • 861 views
This content is deleted
Forum Topic
Filter is not a Function
0 favourites

I would like to use the Javascript filter() method. Is it possible with scripting in Construct 3? I tried it both in the editors script file and in the add scri...

  • 5 replies
  • 641 views
This content is deleted
Forum Topic
JS Basics - Instance and set position (with linked file)
0 favourites

Hi I am trying to learn basic JS with Construct - in the attached file, how'd I instance player1 100 times, and set each instance to a 10 x 10 grid? Thanks much...

posted 4 years ago
  • 4 replies
  • 2.1K views
This content is deleted
Forum Topic
Is there a way to write to the JSON file?
0 favourites

Is there a way to write to one of the projects JSON files? I wanted to use it as kind of a database. If there's no way to do this, how much would be the perform...

  • 1 replies
  • 2.2K views
This content is deleted
Forum Topic
How do I create an instance of an object using JS?
0 favourites

I am trying to use scripting to create an object. RunOnStartup( async runtime => {. Runtime.AddEventListener('afterprojectstart', () => afterProjectStart(runtim...

  • 7 replies
  • 708 views
This content is deleted
Forum Topic
JSON interface?
0 favourites

Would it be possible to add an interface for the JSON plugin. Having the Json data exposed in JS would be very useful. Also being able to set JSON back into the...

posted 4 years ago
  • 6 replies
  • 892 views
This content is deleted
Forum Topic
Return outside of function
0 favourites

So I am running into a issue with the syntax checker. The error message it's giving me is 'return outside of function'. Which is a bit of untrue. All inline blo...

posted 4 years ago
  • 0 replies
  • 236 views
0 favourites

About to start down the road of creating my own plugin/js library and just wondering if there are any gotchas to worry about if my goal platform is going to be...

  • 15 replies
  • 1.2K views

The addition is Javascript is awesome and opens the door partially for some advanced coding options. But the one boost Unity has over Construct is the ability t...

  • 0 replies
  • 180 views
This content is deleted
Forum Topic
How do I make a request to a server with the post method?
0 favourites

So I am using the AJAX plugin to communicate to a server connected to a database, the server uses php and it works fine because I have tried it outside of Const...

Similar Tags