unfortunaly I can only load the first picture, not the second and third at the moment.
From seeing that picture I can guess a few things however...
1) That page is set with the condition "self switch A = ON".
That means it will never go as first part and can only appear if the self-switch is turned on on the second page (which I can't see).
That also means that the autorun of that page will not trigger until the other page sets the self-switch to ON.
Regularly if you make an autorun event, the first page with the autorun trigger should have NO conditions set, but it should use a control self-switch-command to activate a self-switch (after all commands were done once), and the second page should be empty and conditioned on that self-switch. That way the first autorun page will run only once (it will loop if you don't use a switch to turn it to another page).
So best guess is that you got confused between the command to control self-switches and the condition checking the self-switches.
Please go back to the eventing tutorials and learn how to use the conditions properly, because otherwiseyour events will never trigger (or at the wrong pages).