How do i make my opponent have an impulse towards my character

How do i make my opponent have an impulse towards my character
http://www.flowlab.io/game/play/122389

Im on mobile so i cant see your game but maybe make the enemy point towards your character and impulse up using proximity and point at

Do you know how to make my enemy always point towards the character

There is a “PointAt” behavior that will make your sprite rotate towards ax x,y coordinate. You can have your enemy extract the x & y position of your player (use a pair of “Extract” nodes) and send the values to a PointAt node. This will keep the enemy pointed at your player. Then you can just add an impulse with a timer.

@grazer what is a pair of extract nodes and how would i do that

Here you go, take a look at the example here: http://flowlab.io/game/play/188859

or just use proximity.