Hi guys,
I have a question is how can i create new objects via javascript in my plugin.
and How can i get value of global variables in my plugin
Thanks
Develop games in your browser. Powerful, performant & highly capable.
Finally i findout how to do that :
var object = this.runtime.createInstance(this.inst.type,this.inst.layer,502,676);