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...
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...
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...
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...
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. ^_-.
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...
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...
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...
I wonder if there's a safe way to establish comminicatiion between editor script and browser window opened with window.Open().