M=SIMPLE;
M=THROUGH;
M=M1;

Simple runby.

This is the default Movement.

The simplest form of the Movement is to input a simple train by using C= <Train>;.  In this case it is not necessary to explicitly type the Movement M=SIMPLE;.

TB = <WaitTime>; Waiting time and actions before the train enters the screen.

C = <Train>;        List of the vehicles comprising the train .

D = <Direction>;    Direction which the train travels across the screen.

V = <Speed>;        Speed which the train travels across the screen.

TE = <WaitTime>; Waiting time and actions after the train has left the screen.

W = <Row>;          Simple roadbed which appears under (or in the case of catenary, also above) the train.

BG = <FgBg>;        Background picture(s) shown behind the moving train.

FG = <FgBg>;        Foreground picture(s) shown before the moving train.

WP = <PointList>;   Waypoint(s) which determine points along the roadbed which, when passed by the train, actions can be triggered.

TX = <LineText> ; Descriptive text under the track.
TXX = <Place> ; Horizontal position of the descriptive text.
TXY = <Integer> ; Vertical position of the descriptive text.
TXC = <Color> ; Character colour of the descriptive text.
TXB = <Color> ; Background colour of the descriptive text.