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

vehicleSelected=0
trackSelected=1

#================================================
SceneGUI = type:SceneSprite, x:CENTER, y:CENTER, width:240, height:240, navigationMode:DVD_MODE
sptBKG = type:Sprite, container:SceneGUI, x:CENTER, y:CENTER, wideScreenAutoFit:TRUE, texture:pagebkg.gif
sptLine1 = type:Sprite, container:SceneGUI, x:25, y:25, texture:ruler.png
sptLine2 = type:Sprite, container:SceneGUI, x:20, y:200, texture:ruler.png
txtTitle=type:Sprite, container:SceneGUI, x:0, y:10, width:240, height:20, bitmapFont:fontGUI, textAlignment:CENTER, text:Course And Car

sptVFGlow=type:Sprite, container:SceneGUI, x:10, y:60, width:100, height:80, texture:glow.png
sptVehicleFrame=type:Sprite, container:SceneGUI, x:20, y:70, width:80, height:60, frame:(255;230;250)
sptCFGlow=type:Sprite, container:SceneGUI, x:70, y:30, width:160, height:80, texture:glow.png
sptCourseFrame=type:Sprite, container:SceneGUI, x:80, y:40, width:140, height:60, frame:(255;230;250)
sptTrackPreview=type:Sprite, container:SceneGUI, x:80, y:40, width:140, height:60
sptUnavailable=type:Sprite, container:SceneGUI, x:90, y:60, width:120, height:16, textAlignment:CENTER, textOffsetY:1, color:(128;0;0), text:Unavailable in Trial, visible:FALSE
sptVehiclePreview=type:Sprite, container:SceneGUI, x:20, y:70, width:80, height:50
txtTrackName=type:Sprite, container:SceneGUI, x:80, y:42, width:140, height:16, textColor:(255; 255; 255), textShadow:(0;0;0), textAlignment:CENTER
txtVehicleName=type:Sprite, container:SceneGUI, x:22, y:114, width:156, height:16, textColor:(255; 255; 255), textShadow:(0;0;0)

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

btnChangeTrackUp=type:Sprite, GUIType:button, {BUTTON}, bitmapFont:fontGUI, x:120, y:105, width:50, text:Last, index:3
btnChangeTrackDn=type:Sprite, GUIType:button, {BUTTON}, bitmapFont:fontGUI, x:175, y:105, width:50, text:Next, index:6
btnChangeVehicleUp=type:Sprite, GUIType:button, {BUTTON}, bitmapFont:fontGUI, x:10, y:135, width:50, text:Last, index:1
btnChangeVehicleDn=type:Sprite, GUIType:button, {BUTTON}, bitmapFont:fontGUI, x:65, y:135, width:50, text:Next, index:4

sptPlayerName=type:Sprite, {BUTTON}, bitmapFont:fontGUI, x:25, y:170, width:140, textAlignment:LEFT, text:Racer Name:
txtPlayerName=type:Sprite,{BUTTON}, GUIType:editbox, x:140, y:170, width:90, textAlignment:LEFT, textUnderline:TRUE, title:Input Your Name:, maxLength:5, allowEmpty:0, text:unnamed, index:5

btnBack=type:Sprite, GUIType:hyperlink, {BUTTON}, href:intro.txt, bitmapFont:fontGUI, x:10, y:210, width:80, text:Back
btnStartGame=type:Sprite, GUIType:hyperlink, {BUTTON}, href:PlayerMenu.txt, bitmapFont:fontGUI, x:155, y:210, width:80, text:Enter, defaultFocus:TRUE
