(Solved)Problem with Create particle

i have this weird problem with my particle emitter i have no idea what have i done wrong but the particles dont create on that posisition that u want.
So i have a code(function) that when red button is clicked then the red button will
teleport to a random position and there is an particle emitter that creates a clone of himself and goes to the red button and plays BUT for some reason the particle(clone) does not go right to the button


Example video
Example

Please help.

I think you need to change the create positions to the center of the object instead of the origin:

Create particles at NewSprite4.CenterX() ; NewSprite4.CenterY()

1 Like

Thanks!(Again) :]
That helped

1 Like