; ;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 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, goto and end correspond to the end of a sequence ; ;test is suffixed by its routine number and followed by the branch labels ;goto is followed by the branch label ;end finishes the masterclass ; Indianapolis ; #0 layout 0 0 MstrClss\MC2\part1\mc2_0.seq layout 0 0 MstrClss\MC2\part1\mc2_0B.seq ; ; #1 layout 1 0 MstrClss\MC2\part1\mc2_1.seq ; #2 layout 1 3 MstrClss\MC2\part1\mc2_2.seq #3 ; *** TEXT BLOCK ON IT'S OWN *** layout 0 0 MstrClss\MC2\part2\mc2_2txt.seq continue ST_CONTINUE ; *** CARL O *** ;The test #4 MstrClss\MC2\part2\mc2_3.seq ;Branches for test0 are as follows... ; Gold, Silver, Bronze, Fail test1 5 6 7 10 11 12 ; ;Gold #5 layout 0 0 MstrClss\MC2\part2\mc2_4.seq continue ST_CONTINUE end ; ;Silver #6 layout 0 0 MstrClss\MC2\part2\mc2_5.seq branch ST_TRY_AGAIN 3 ST_CONTINUE 20 end ; ;Bronze #7 layout 0 0 MstrClss\MC2\part2\mc2_6.seq branch ST_TRY_AGAIN 3 ST_CONTINUE 20 end ; #10 ;Fail Default layout 0 0 MstrClss\MC2\part2\mc2_10.seq branch ST_TRY_AGAIN 3 ST_CONTINUE 20 #11 ;Fail Crash layout 0 0 MstrClss\MC2\part2\mc2_11.seq branch ST_TRY_AGAIN 3 ST_CONTINUE 20 #12 ;Fail Crash layout 0 0 MstrClss\MC2\part2\mc2_12.seq branch ST_TRY_AGAIN 3 ST_CONTINUE 20 #20 end