I have a sprite with bullet behavior and its angle of motion is set to another sprite that I would like to share the same X Y coordinate with. Like this:
Set bullet angle of motion to: angle(Sprite1.X,Sprite1.Y,Sprite2.X,Sprite1.Y)
Set bullet speed to: 100
And I set Sprite1 to destroy when they both suppose to share the same X Y coordinate, but nothing happens.
Thanks!