Hello bro, I'm new in Construct2
I try to do "drop item after kill enemies"
So I just program like this
Bullet:On collision with enemy>Create "potion" at enemy.x,enemy.y>destroy enemy
However, potions don't appear at the right place, instead, potion appears forward/backward the point
What's wrong with my coding? I saw other tutorials and they both do like this...