Content tagged js-code

Report Tag

5 usages of this tag
  • 5 replies
  • 439 views
This content is deleted
Forum Topic
JavaScript Scripts for free?
0 favourites

I am a beginning developer and I was wondering just a few things, first of all I was wondering if this is a true Javascript engine and utilizes java scripting i...

posted 3 years ago
  • 4 replies
  • 1.3K views
0 favourites

I'm trying to set a global variable in Construct 3 using Javascript (in a script.Js file). The code looks like this: Async function get() {. Let url = "https://...

posted 2 years ago
  • 1 replies
  • 823 views
This content is deleted
Forum Topic
How add child in hierarchy?
0 favourites

How to add child to hierarchy with script? I tried like this: Rn.Objects.OBJECT_A.CreateInstance("Game", 100, 200, true); OBJECT_A.AddChild(OBJECT_B); But nothi...

posted 2 years ago
  • 5 replies
  • 170 views
This content is deleted
Forum Topic
How can use rgb() expression in js code?
0 favourites

Hey guys, please help me. I need to apply this expression inside my JS code: How can I do that? I really don't understand how colors work at all. I don't know t...

posted 5 months ago
  • 6 replies
  • 300 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...