Did the new update change the command for changing X and Y coordinate values?
Previously, I used X =-1 to reduce the X value by 1. Now it just seems to make the object disappear. Presumably, it moves it to X position -1 (which actually makes sense).
I altered my commands to the format: X - 1 to reduce the value by 1 and it now works as before.