PROBLEM WITH BASIC PLATFORM MOVEMENT

Hi there,
Hoping for help with my game. I cannot for the life of me get a platform to move in my game, and have tried every avenue to figure it out. The behaviors I have added for my platform seem correct, and collisions are enabled on the “ground” block since it “is solid” and same for the platform. I am attaching photos, and think it has something to do with the collision but I am racking my brain trying to figure out how. Please help! Thanks so much.
Screen Shot 2019-03-13 at 11.53.32 AM
Screen Shot 2019-03-13 at 11.53.37 AM
Screen Shot 2019-03-13 at 11.53.54 AM
Screen Shot 2019-03-13 at 11.54.04 AM
Screen Shot 2019-03-13 at 11.54.08 AM

Hello,
A way to fix is this simply to add to the x position intstead of movement, and when it hits a wall, a toggle switch activates and the x is subtracted instead.

THIS IS FIXED