Moving Block Problems

Im having problems with my moving items. When I try to move them to a different location they always move back to the place where I created them, and when i place multiple they all go to the same place. http://flowlab.io/game/play/818307 take a look at it. The object is spinny star.

Screenshot 2018-03-01 at 4.44.47 PM

This should work a bit better.
Your problem was that you had an always trigger hooked up to a specific x coordinate (145), so no matter where you put the star, it would always go to that spot.

oh thanks!