Jump to content

Use function one time when collided


AbdSab
 Share

Recommended Posts

Hi all
 
I have a little problem, i have set the collision of two spritse:

game.physics.arcade.collide(sprite1, sprite2, this.collisionSprite, null, this);collisionSprite: function(){      variable++;}

The problem is when the sprite1 collide with sprite2 the variable keep increasing, i want to increase the variable just one time, is there any solution please.

 

And thank's for any help  :)

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

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