Hello I have a problem when I upload the game in my public domain; it shows the following error in the java console error: "NS_ERROR_FAILURE: Failure" and the line that point to is this one:
cr.isPOT = function (x)
{
return x > 0 && ((x - 1) & x) === 0;
};
The wierd thing is that when I load the game from another PC and my PC acts like de web server it loads with no error, and the game stars with no problem. Is this a bug or am I doing something wrong? I have only one layer, with 6 events, and one event with on touched object.