; ;first put the name of the track ;then the initial layout ;then the first sequence ; ;layout is followed by HUD display state 0 off ; 1 on ; then titlebarState 0 NONE, ; 1 MENU, ; 2 ENGINEERING, ; 3 TIMER, ; 4 MULTIINFO, ; ;layout is compulsory before the first sequence and optional before all others ; ;labels 0 to 9 are permitted, prefixed with # ; ;continue and branch correspond to a 'user feedback pause' ;continue will continue execution of the sequence ;branch will leave current sequence ;continue is followed by the string for the OK button ; branch is followed by the string for the OK button and the label to branch to ; then the string for the back button and the label to branch to ; ;test corresponds to a 'user control' ;test is suffixed by its routine number and followed by the branch labels ; ;goto and end correspond to the end of a sequence ;goto is followed by the branch label ;end finishes the masterclass ; Indianapolis ; #0 ;Talk about set upos and wing angles. layout 0 0 MstrClss\MC3\part1\mc3_0.seq layout 0 0 MstrClss\MC3\part1\mc3_0B.seq ; #1 ;Talk about tyre set up. layout 1 3 MstrClss\MC3\part1\mc3_1.seq ; #2 ; Give test intro layout 1 3 MstrClss\MC3\part1\mc3_2.seq #3 ; *** TEXT BLOCK ON IT'S OWN *** layout 0 0 MstrClss\MC3\part2\mc3_2txt.seq continue ST_CONTINUE ; *** CARL O *** #4 ; The test layout 1 3 MstrClss\MC3\part2\mc3_3.seq ;Branches for test2 are as follows... ; Pass, Fail test2 5 6 7 10 11 12 ; #5 ; Gold layout 0 0 MstrClss\MC3\part2\mc3_4.seq continue ST_CONTINUE end ; #6 ; Silver layout 0 0 MstrClss\MC3\part2\mc3_5.seq branch ST_TRY_AGAIN 3 ST_CONTINUE 20 end ; #7 ;Bronze layout 0 0 MstrClss\MC3\part2\mc3_6.seq branch ST_TRY_AGAIN 3 ST_CONTINUE 20 end ; #10 ;Fail Default layout 0 0 MstrClss\MC3\part2\mc3_10.seq branch ST_TRY_AGAIN 3 ST_CONTINUE 20 #11 ;Fail Crash layout 0 0 MstrClss\MC3\part2\mc3_11.seq branch ST_TRY_AGAIN 3 ST_CONTINUE 20 #12 ;Fail fuel layout 0 0 MstrClss\MC3\part2\mc3_12.seq branch ST_TRY_AGAIN 3 ST_CONTINUE 20 #20 end ;