Anything in an 'always' event is run 100 times per second, unless there's something (like a boolean) to stop it, so in your example it's being slid by X 32px, Y 32px repeatedly.
See the attached example of a snap-to-grid behaviour I made. It moves the actor by 16px and prevents it being moved again until it's finished sliding.