hello,
I have a question about the following situation:
- one moving sprite (bullet behaviour) from left to right
- on right side a gun that shoots a bullet (bullet behaviour), aimed at sprite.
But because the sprite is moving, it misses: it shoots at the position the sprite was, at the moment of shooting.
How would I let it aim a little bit lower, so that it hits the sprite?
for example:
Angle: Bullet towards Sprite.bottom minus 8 pixels