—
From the sdk manual:
an event cannot contain two triggered conditions, and a trigger is always the first condition.
This means you event(s) looks like that:
-> Keyboard| On space pressed -> Sprite| set X to 0
-> Keyboard| On space pressed -> Sprite| set X to 400
The rest will be ignored and x will first set to 0 then to 400.