I'm new in construct 2
I'm trying to make a shooting game but it's different from common shooting game
when the player is shooting to the target, the target will move forward as same as the bullet movement. Which means the bullet will push the enemy (one object push the other object)
the problem which I have right now is the bullet does not push the enemy correctly
I have tried customMovement behavior to do it but I got confuse with the action of customMovement behavior
anyone know how to do it??