You do not have permission to view this post
how to upload svg image via url? gameyg.ru/1/13.svg simple sprites can be easily loaded, svg cannot be done in any way
Spine does not work if Web Workers is enabled
drive.google.com/file/d/1wM0OH1siY1a4sxDRZeVSuVHX6c6gd1RM/view
how to call fun1 functions via js?
runtime.callFunction.fun1(); does not work
Develop games in your browser. Powerful, performant & highly capable.
Is it possible to somehow start animation from a json file?
drive.google.com/file/d/1QxWKgoHI2AgoJNu24Bs-wtPfti4NR-Vd/view
Could you roughly show how this is done so that it grows where the mouse cursor is? and scroll forward
Please tell me how to enlarge the map on mouseover and scrolling. The map should enlarge at this location.
how to handle clicks on an object in js?
async function OnBeforeProjectStart(runtime)
{
var a;
a=runtime.globalVars["level"];
alert(a);
console.log(a);
runtime.spite1.click(){
}
runtime.addEventListener("tick", () => Tick(runtime));
When I convert to html code, it turns out to be unreadable.How do I make sure that the code after conversion is not encrypted?
how do I write a click tracking function in js?
click.spite(){
alert("11111");
Member since 9 Jun, 2020