Help with Interception, Level 41 on computer science 3![SOLVED]

I can’t seem to find out what I’m doing wrong, any help is appreciated! :slight_smile:

Delete the last y = (the last hero.pos.y + friend.pos.y)


It still doesn’t work :frowning:

so I havent done this level before but for the x shouldnt you add

x= (hero.pos.x+friend.pos.x)/2
to
x= (friend.pos.x+enemy.pos.x)/2

so @bladee change the hero.pos.x to friend.pos.x and the friend.pos.x to enemy.pos.x

please let me know if this doesnt work

image
Change hero to enemy
Lydia

Thank you very much, it worked!

1 Like

This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.