Domanda

I am using JSFL as a tool for creating levels in my game. Generation of big levels takes quite a lot of time but that OK. Problem is that every 1-2 minutes execution stops and Adobe shows this annoying message about my script taking too long to finish. And I have to sit and click 'Continue' over and over again until the script finishes it's actual work. Is there a way to disable this prompt message?

È stato utile?

Soluzione

Found it.

fl.showIdleMessage(false);
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top