Search the Community
Showing results for tags 'probleme'.
-
Hi , I m new user of phaser and i develop a retro shoot them up for the GameOFF jam . i have a problem in my game state : enemyTween: function(){ this.enemyPool.forEachAlive(function(enemy){ enemyTween = this.game.add.tween(enemy) }) TypeError: this.game is undefined [En savoir plus] why i cant acces to game and other event into function of group? (sorry for my bad english)
-
Hi all i have another problem I want to know how to do a function in loop while touching on the screen i tried and but the function is executed jump one time is there any solution ?? And thank's