Jump to content

adding information to sprite to use in collision


MikeW
 Share

Recommended Posts

I am wanting to add information to a sprite to look at in a collision

walker = game.add.sprite(walkerx,walkery,'walker');

 walker.alive =1;

In my collision code

I want to do if (body2.alive==1)

But it does not affect the code when I force it crash there - and look at the body2 object I don't see a alive property.

 

BTW this is my third phaser game. Loving it

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

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