Hi there fellow Construct2 users!
I am working on a 2D side scrolling game, and I am trying to create an enemy that behaves like a bomb/grenade thrower.
What I want it to do is to throw bombs at the player in a arc, considering the distance between it's position and the player's.
What I managed to to is to make it fire projectiles in a arc, but it is not considering its distance from the Player. And I have no clue on how to do it.
This is what my code looks like currently:
This is how it looks like at the moment:
I'd be really grateful is someone is able to help me on this.
Thanks in advance!