fontGUI=type:BitmapFont, bitmap:fontGUI.gif, columns:10, rows:6

vehicleSelected=0
trackSelected=1

#================================================
SceneGUI = type:SceneSprite, bkgTexture:pagebkg.gif, indexOffsetX:-4
txtTitle=type:Sprite, container:SceneGUI, x:0, y:10, width:176, height:20, BitmapFontNormal:fontGUI, textAlignment:CENTER, LTID:Course-Car, text:Course And Car
sptFrame=type:Sprite, container:SceneGUI, x:10, y:60, width:90, height:60, frame:(255;230;250)
sptTrackPreview=type:Sprite, container:SceneGUI, x:25, y:30, width:140, height:60, frame:(255;230;250)
sptUnavailable=type:Sprite, container:SceneGUI, x:35, y:50, width:120, height:16, textAlignment:CENTER, textOffsetY:1, color:(128;0;0), text:Unavailable in Trial, visible:0
sptVehiclePreview=type:Sprite, container:SceneGUI, x:10, y:60, width:80, height:50

txtTrackName=type:Sprite, container:SceneGUI, x:35, y:32, width:120, height:16, textColor:(255; 255; 255), textShadow:(0;0;0), textAlignment:CENTER
txtVehicleName=type:Sprite, container:SceneGUI, x:12, y:104, width:156, height:16, textColor:(255; 255; 255), textShadow:(0;0;0)

BUTTON=container:SceneGUI, textColor:(255; 255; 255), textSize:14, textAlignment:CENTER, textOffsetY:1, textUnderline:0

btnChangeTrackUp=type:Sprite, GUIType:button, {BUTTON}, BitmapFontNormal:fontGUI, x:115, y:90, width:50, height:15, LTID:LAST, text:Last, index:3
btnChangeTrackDn=type:Sprite, GUIType:button, {BUTTON}, BitmapFontNormal:fontGUI, x:115, y:105, width:50, height:15, LTID:NEXT, text:Next, index:6
btnChangeVehicleUp=type:Sprite, GUIType:button, {BUTTON}, BitmapFontNormal:fontGUI, x:30, y:120, width:50, height:15, LTID:LAST, text:Last, index:1
btnChangeVehicleDn=type:Sprite, GUIType:button, {BUTTON}, BitmapFontNormal:fontGUI, x:30, y:135, width:50, height:15, LTID:NEXT, text:Next, index:4

sptPlayerName=type:Sprite, {BUTTON}, BitmapFontNormal:fontGUI, x:5, y:160, width:110, height:20, textAlignment:LEFT, LTID:NAME, text:Racer Name
txtPlayerName=type:Sprite,{BUTTON}, GUIType:editbox, x:120, y:160, width:70, height:20, textAlignment:LEFT, textUnderline:1, title:Input Your Name:, maxLength:5, allowEmpty:0, text:UNNAMED, index:5

btnBack=type:Sprite, GUIType:hyperlink, {BUTTON}, href:intro.txt, BitmapFontNormal:fontGUI, x:0, y:190, width:80, height:20, LTID:SCR_BACK, text:Back, index:LEFT, indexOffsetX:4
btnStartGame=type:Sprite, GUIType:hyperlink, {BUTTON}, href:PlayerMenu.txt, BitmapFontNormal:fontGUI, x:90, y:190, width:80, height:20, LTID:CONT, text:Enter, index:RIGHT, indexOffsetX:65
