fontGUI=type:BitmapFont, bitmap:fontGUI.gif, columns:10, rows:6
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:20, y:40, texture:ruler.png
sptLine2 = type:Sprite, container:SceneGUI, x:20, y:200, texture:ruler.png
txtTitle=type:Sprite, container:SceneGUI, x:0, y:20, width:240, height:20, bitmapFont:fontGUI, textAlignment:CENTER, text:Game Setting
btnCont=type:Sprite, GUIType:hyperlink, container:SceneGUI, href:intro.txt, bitmapFont:fontGUI, textAlignment:CENTER, textOffsetY:1, textUnderline:0, x:155, y:210, width:60, height:18, text:Back, defaultFocus:TRUE

#================================================================
txtSoundTitle=type:Sprite, container:SceneGUI, x:40, y:70, width:120, height:20, textSize:16, textColor:(255;255;255), text:Sound Switch
soundEffect=GUIType:checkboxGroup, selected:0
rdoSoundOn=type:Sprite, GUIType:checkbox, group:soundEffect, persistent:TRUE, container:SceneGUI, x:40, y:90, texture:radio.gif, textureBright:radioBright.gif, textFormatted:FALSE, textColor:(255;255;255), textSize:13, textOffsetX:18, textOffsetY:3, text:On, status:1, index:1, index2:Q
rdoSoundOff=type:Sprite, GUIType:checkbox, group:soundEffect, persistent:TRUE, container:SceneGUI, x:90, y:90, texture:radio.gif, textureBright:radioBright.gif, textFormatted:FALSE, textColor:(255;255;255), textSize:13, textOffsetX:18, text:Off, status:0, index:2, index2:A

txtSteerTitle=type:Sprite, container:SceneGUI, x:40, y:130, width:120, height:20, textSize:16, textColor:(255;255;255), text:Steering Sensitivity
strSensitivity= GUIType:checkboxGroup, selected:1
rdostrSensitivityLow= type:Sprite, GUIType:checkbox, group:strSensitivity, persistent:TRUE, container:SceneGUI, x:40, y:150, texture:radio.gif, textureBright:radioBright.gif, textFormatted:FALSE, textColor:(255;255;255), textSize:13, textOffsetX:18, textOffsetY:3, text:Low, status:0, index:6, index2:R
rdostrSensitivityNormal= type:Sprite, GUIType:checkbox, group:strSensitivity, persistent:TRUE, container:SceneGUI, x:90, y:150, texture:radio.gif, textureBright:radioBright.gif, textFormatted:FALSE, textColor:(255;255;255), textSize:13, textOffsetX:18, textOffsetY:3, text:Med., status:1, index:7, index2:F
rdostrSensitivityHigh= type:Sprite, GUIType:checkbox, group:strSensitivity, persistent:TRUE, container:SceneGUI, x:140, y:150, texture:radio.gif, textureBright:radioBright.gif, textFormatted:FALSE, textColor:(255;255;255), textSize:13, textOffsetX:18, textOffsetY:3, text:High, status:0, index:8, index2:C

