Content tagged script

Report Tag

58 usages of this tag
  • 2 replies
  • 231 views
This content is deleted
Forum Topic
how do i dynamically list all global vars using script?
0 favourites

I would like to dynamically list all the global vars in my game, so that I can keep track of them. I know that I can use the debug mode, but I would like to see...

  • 2 replies
  • 188 views
This content is deleted
Forum Topic
Play timeline with script
0 favourites

I'm trying to figure out how to play a timeline from script. In particular, I'd like to play a timeline within an sync function and use await/finished like I ca...

posted 9 months ago
  • 13 replies
  • 542 views
0 favourites

Guys. Hope you're all doing well. I'm developing a first person 3D game in JS, and while testing it, some friends referred to some issues with the mouse cursor....

posted 8 months ago
  • 0 replies
  • 128 views

I'm trying to create json files with all the information of my layouts and create others automatically. I have to acquire all the data regarding the variables o...

  • 2 replies
  • 145 views
This content is deleted
Forum Topic
How to add spinning(size,rotate)box around sprite ??
1 favourites

Is wish I can find a solution here. I'm doing a game for kids that drag and drop item to mix and match but I tried to add spinner around the objects by differen...

posted 3 months ago
  • 3 replies
  • 115 views
This content is deleted
Forum Topic
array and push object to it
0 favourites

How do I see the contents of the 'players' array, my plan is to push a player object with properties into it, is that possible? This is an example of an array c...

  • 0 replies
  • 132 views
This content is deleted
Forum Topic
How do I get return value from HTML Element function?
0 favourites

When I add new elements into hmtl elements, it sometimes forces to scroll to the top. Then I created a function inside HTML Element as follows: Function GetScro...

  • 11 replies
  • 142 views
This content is deleted
Forum Topic
Call function from external script
0 favourites

Runtime.CallFunction("myFunction"); I want to call a function from main.Js inside Action code block, I am able to get this working, please can someone tell me a...