Hi
Thanks in Advance
I am new to phaser game development. I am trying to add tween on one member of a group. but problem is that if one member of a group is tween all the other member also tween with the same tween.
here is code
var circleGroup = game.add.group();
const bmd = this.game.add.bitmapData(800, 500);
this.game.add.sprite(170, 40, bmd);
var uPosX = 20;
var uPosY = 20;
var tempChild;