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
  • 1 replies
  • 242 views
This content is deleted
Forum Topic
Question on JS and receiving the object
0 favourites

How can I use JS to get a copy of an object by UID in Actions? The code below doesn't work. Var _sprite; _sprite = runtime.Objects.Sprite.GetInstanceByUid("3");...

posted 1 years ago
  • 1 replies
  • 375 views
This content is deleted
Forum Topic
How do I set object opacity with JavaScript?
0 favourites

I am learning (try to, haha) about Javascript + Construct and a tried a simple function but I think I made it wrong. My function set opacity of object: Function...

posted 1 years ago
  • 0 replies
  • 92 views
This content is deleted
Forum Topic
How do I get a variable outside of the game?
0 favourites

In the project that I'm working on, on server side we have a Javascript variable that I need to access inside the game. The game is being uploaded on the same p...

posted 1 years ago
  • 13 replies
  • 1.1K views

I am trying to make a sketching game where the color will only be filled where the player touches first and keep on drawing in 'that specific area only (enclose...

  • 0 replies
  • 88 views
This content is deleted
Forum Topic
How to get objects in a given radius in js?
0 favourites

How to get objects in a given radius in JS? E.G. All Sprite2 objects in a radius of 100 pixels from Sprite1 object.

posted 1 years ago
  • 6 replies
  • 826 views

I'm trying to get access to the Browser Object in Javascript to use it's QueryParam expression. I've read in the documentation that using expressions in JS isn'...

  • 0 replies
  • 409 views
This content is deleted
Forum Topic
Is JavaScript the same as C++?
0 favourites

Javascript is a high-level, interpreted programming language that is commonly used for creating interactive web pages and web applications. It is a scripting la...

posted 1 years ago
  • 2 replies
  • 285 views
This content is deleted
Forum Topic
How do I manipulate an event array with JS?
0 favourites

Hey guys. Doubt. I have an array created with events and, I want to manipulate it using JS, like: Let myArray = runtime.Objects.ArrayWaves.GetFirstInstance(); M...

posted 1 years ago
  • 1 replies
  • 213 views

I am trying to pin an object to a line (much like y = mx +c). I rendered two objects (A and B) on the layout and by using pathfinding Behavior I will draw a lin...

  • 0 replies
  • 112 views
This content is deleted
Forum Topic
How do I Make Button "Login with Google" with firebase?
1 favourites

Yes I think you guessed by title but, I saw that Google announced that it will disable the Javascript library from March 31st and therefore I will not use the t...

Similar Tags