; ;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 ;Crashing and early packup layout 0 0 MstrClss\MC7\part1\mc7_0.seq layout 0 0 MstrClss\MC7\part1\mc7_0B.seq ; #1 ;Later packup and caution pitting. layout 0 0 MstrClss\MC7\part1\mc7_1.seq #2 ;restarts. layout 0 0 MstrClss\MC7\part1\mc7_2.seq #3 ;explain the test layout 0 0 MstrClss\MC7\part2\mc7_3.seq #4 ; *** TEXT BLOCK ON IT'S OWN *** layout 0 0 MstrClss\MC7\part2\mc7_3txt.seq continue ST_CONTINUE ; *** CARL O *** #5 ;do the test ;layout 1 4 layout 0 0 MstrClss\MC7\part2\mc7_4.seq test6 6 7 8 10 11 12 ; #6 ;gold award layout 0 0 MstrClss\MC7\part2\mc7_5.seq continue ST_CONTINUE end #7 ;silver award layout 0 0 MstrClss\MC7\part2\mc7_6.seq branch ST_TRY_AGAIN 4 ST_CONTINUE 20 end #8 ;bronze award layout 0 0 MstrClss\MC7\part2\mc7_7.seq branch ST_TRY_AGAIN 4 ST_CONTINUE 20 end #10 ;Fail Default layout 0 0 MstrClss\MC7\part2\mc7_10.seq branch ST_TRY_AGAIN 4 ST_CONTINUE 20 #11 ;Fail Crash layout 0 0 MstrClss\MC7\part2\mc7_11.seq branch ST_TRY_AGAIN 4 ST_CONTINUE 20 #12 ;Fail Crash layout 0 0 MstrClss\MC7\part2\mc7_12.seq branch ST_TRY_AGAIN 4 ST_CONTINUE 20 #20 end