1 decade ago by yatayata
realizing this is unsupported territory but...
I am getting this error within the loadLevel() method of my game:
TypeError: Result of expression 'ig.game' [null] is not an object
does iOS impact handle level setup differently?
I am getting this error within the loadLevel() method of my game:
TypeError: Result of expression 'ig.game' [null] is not an object
loadLevel: function( data ) {
this.parent( data );
for( var i = 0; i < this.backgroundMaps.length; i++ ) {
this.backgroundMaps[i].chunkSize = 256;
this.backgroundMaps[i].preRender = true;
}
//FIXME: Result of expression 'ig.game' [null] is not an object
var tilesize = ig.game.backgroundMaps[0].tilesize;
....
does iOS impact handle level setup differently?
