Hi I, use this for dragable objects:
this.physics.add.overlap(rec, puzzleGroup, overlap,null,this);
I have the problem that it is firing continuously.
What do I have to do to make it firing just once so a variable is set true if the Element is over the sprite and if it’s not above the sprite the variable set to false.
Thanks for feedback!