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

227 forum topics with this tag
  • 3 replies
  • 574 views
This content is deleted
Forum Topic
Errors in IDE
0 favourites

The Javascript editor is displaying error messages, did something change recently in the newest beta? With the linting?

posted 4 years ago
  • 8 replies
  • 956 views
This content is deleted
Forum Topic
Advanced minification question
0 favourites

I have everything pretty much working with advanced minification in my game except for one issue. My whole game is pretty much in Javascript except for some tou...

posted 4 years ago
  • 6 replies
  • 786 views
This content is deleted
Forum Topic
Got some editor questions
0 favourites

Just a couple questions/comments about the Javascript functionality: 1. While editing a script, hitting escape reverts all changes since you last clicked outsid...

posted 4 years ago
  • 5 replies
  • 1.3K views
This content is deleted
Forum Topic
Generating a random number with scripting
0 favourites

How do I generate a random whole number via scripting? I tried using math.RandomInt(100), math.Random(100) and more. But it keeps telling me that math or random...

  • 2 replies
  • 734 views
This content is deleted
Forum Topic
Paypal Button doesn't work
0 favourites

I wanted to purchase Construct 3 but whenever I'm clicking the Paypal button the blank pop-up window that opens immediately closes itself. The same issue on Chr...

  • 0 replies
  • 419 views
This content is deleted
Forum Topic
Trying to Update vectorY via JavaScript
0 favourites

I am relatively new to Construct. To practice I want to try to write the Flappy Bird template project fully in Javascript. So first I created a Class Player: Cl...

  • 6 replies
  • 1.6K views
This content is deleted
Forum Topic
Rounded Rectangle?
0 favourites

How do I draw a rounded rectangle? Either with events or scripts will work for me. I tried it with scripts but many times things will not work if I try using th...

  • 7 replies
  • 1.1K views
0 favourites

I was just wondering how or what the root URL was to the files folder. Any help would be much appreciated. For example. Action("RootUrlHere", "Filename.Filetype...

posted 4 years ago
  • 5 replies
  • 1.6K views
0 favourites

Basically that.

posted 4 years ago
  • 3 replies
  • 1.5K views
This content is deleted
Forum Topic
How do I read the current url?
0 favourites

Is there a way to read the current url the project/game is running on? Because when I can read the url I can try to extract the access/login token from the url....

Similar Tags