Jump to content

Uncaught TypeError: Cannot read property 'forEachAlive' of undefined


tiagonbotelho
 Share

Recommended Posts

I'm using phaser to make a game to have some fun and im almost finishing the game but i came across a problem thats i breaking the game and honestly i cannot fix it.

 

I'm making a sort of Flappy Bird game to start out, and when the walls pass the screen i remove them 

  this.walls.forEachAlive(function(wall) {        if(wall.x + wall.width < game.world.bounds.left) {          wall.destroy();        }      });

but it gives me the error:  Uncaught TypeError: Cannot read property 'forEachAlive' of undefined.

 

Any tips? :) thank you!

Link to comment
Share on other sites

  • 1 month later...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...