I suppose I do not understand something, that's why I am asking for a hint.
In the Construct documentation I found information that events are triggered from top to bottom.
The code in the picture at a glance:
1. The probe gets speed and turns left.
2. When the probe does not find a corridor and room, than probe is to set itself to the player's position (this is the starting position).
3. The probe receives the forward direction in which it moves further.
The effect I get is that I see the probe go only forward. I do not see the movement to the left.
It looks like the code was executed at the same time, not sequentially.
Do I need to add something to the code to make it work the way I expect it to?