How to make a enemy run away from you

OK, I’m making a game where you need to catch something, & IDK how to make the hamster run away from the person. I need to know how to do this please. here is my game: http://flowlab.io/game/view/1057929.
Click on the human button. the tiny hamster is what I need help with.

The human button doesn’t seem to do anything

oops srry. my bad.

fixed it.

If you still need help, take a look at This Game. Do the normal Tracker Enemy behavior, only the movement is multiplied by -1. For example, the move forwards(Movement speed: 3) would change to -3. Then the enemy would run away.

So, take the positive number and make it the negative version of it?

Yes, and make the negative a positive.

thx

No problem! Just let me know if you have more questions.