Okay, I've tried it and I know the problem . The reason you are having this problem is the animation you have chosen(Light3) is Targeting "Screen". This means it is targeting the whole screen, therefore your whole map.
Now, if you want to keep the animation of "Light3" (which is the one you are using) and make it target your player here is what you need to do:
1) go to your data base
2) go to the animations tab
3) go to array size and increase the array by 1
4) go to animation of Light3
5) right click that animation (ON THE LIST ON THE LEFT, NOT ANYWHERE ELSE) and select copy
6) Paste Light3 into your new array
7) Rename it (I named mine Teleport Ani)
8) there is a drop down menu under the heading of SCOPE which should say right now "Screen"
9) change this to "Bottom"
10) save
11) Change the animation in your game to the new animation you just made (for me that would be "Teleport Ani)
12) Test it in game.