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
  • 5 replies
  • 185 views
This content is deleted
Forum Topic
a quick pathfinding question before I go to sleep
0 favourites

So I created a way to make my object find path towards the closest target then move towards that path, the problem is the target position is always changing so...

posted 6 months ago
  • 11 replies
  • 242 views
0 favourites

I've been battling with this specific Greenworks (Steam API) feature for years now. So I figured I'd give it another try in 2023, since a lot has changed. My Go...

  • 2 replies
  • 157 views
This content is deleted
Forum Topic
Can I can replace text in a css file using Javascript?
0 favourites

I have my css file already loaded up but I want to replace some old class name with a new name. Is that possible? Maybe something like this but I dont know how...

posted 5 months ago
  • 0 replies
  • 61 views
This content is deleted
Forum Topic
Is it possible to send and rescive data via same wifi?
0 favourites

In Javascript, When two device connect to the same wifi, is it possible to transfer data without sarver and internet connection?

  • 3 replies
  • 199 views
This content is deleted
Forum Topic
Runtime available in Webwoker?
0 favourites

I'm new to Construct 3 (and webwokers!) (new-ish to javascript) and loving it! I do hope this hasn't been discussed before - I did search, and was presented wit...

  • 1 replies
  • 974 views
This content is deleted
Forum Topic
AdMob At the end of 2023
0 favourites

Supports iOS and Android platforms. AdMob SDK 22.6.0 (Android). AdMob SDK 10.14.0 (IOS). UMP SDK: 2.1.0. CMP SDK: 2.2.0. AppTrackingTransparency (ATT). Mediatio...

  • 1 replies
  • 168 views

It works as it should, but if I export the game with adavanced minify it stops working. I've tried all options, I've tried replacing runtime with c3, I've tried...

posted 4 months ago
  • 6 replies
  • 305 views
This content is deleted
Forum Topic
(new to javascript) how to fix this code
0 favourites

Function onCollisionBetweenSprites() {. If (sprite.X === sprite2.X && sprite.Y === sprite2.Y ) {. Wood += 1; }. }. Is there a mistake here? I'm trying to make s...

  • 1 replies
  • 117 views

What I want is pretty simple. So I have this function running on pointerdown. The thing is that the e.ClientX/Y gives me the coordinates for the pointer in the...

posted 3 months ago
  • 1 replies
  • 133 views
This content is deleted
Forum Topic
Need to Move Object
0 favourites

Yeah. That's literally it. The simplest thing ever. This is my code (which is connected to an "on start of layout"): Let dot = runtime.Objects.Sprite; Console.L...

posted 3 months ago

Similar Tags