Forum Topics tagged script

59 forum topics with this tag
  • 2 replies
  • 321 views
This content is deleted
Forum Topic
How to add spinning(size,rotate)box around sprite ??
Not favoritedFavorited Favorited 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 2 years ago
  • 3 replies
  • 324 views
This content is deleted
Forum Topic
array and push object to it
Not favoritedFavorited Favorited 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
  • 494 views
This content is deleted
Forum Topic
How do I get return value from HTML Element function?
Not favoritedFavorited Favorited 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
  • 1.21K views
This content is deleted
Forum Topic
Call function from external script
Not favoritedFavorited Favorited 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...

  • 0 replies
  • 202 views
This content is deleted
Forum Topic
Change instance of event to mix script/editor ?
Not favoritedFavorited Favorited 0 favourites

How to change the instance of an object in an event via script? To be able to use them without script in the event. Thx in advance. ^_-.

  • 3 replies
  • 251 views

How to get the currentNode about the Flowcharts like in eventsheet by javaScrpt! Just like this but I can't find how to get it with Javascript. Could just get t...

  • 0 replies
  • 301 views
This content is deleted
Forum Topic
Can't get script dependency to work - addon sdk v1
Not favoritedFavorited Favorited 0 favourites

I'm trying to add a script dependency to my addon. I'm using the addon sdk1 for now. Following the manual, these are the steps I took: Added the dependency scri...

  • 1 replies
  • 278 views
This content is deleted
Forum Topic
Function Async + return value
Not favoritedFavorited Favorited 0 favourites

With function in C3 > runtime.Callfunction("name", param...). If this function is async, we can't return value, why or how I do ? With function in script I want...

  • 0 replies
  • 263 views
Not favoritedFavorited Favorited 0 favourites

I wonder if there's a safe way to establish comminicatiion between editor script and browser window opened with window.Open().