eu_genes Posted October 31, 2014 Share Posted October 31, 2014 I have codevar SpriteOne = function(game) { Phaser.Group.call(this, game); this.sprite_one = this.create(30, 50, 'sprite_one');};SpriteOne.prototype = Object.create(Phaser.Group.prototype); SpriteOne.prototype.constructor = SpriteOne; and where complite Sprite.loadTexture i get error Cannot read property 'checkImageKey in line phaser.js:34716What is my problem? Link to comment Share on other sites More sharing options...
Recommended Posts