fontGUI=type:BitmapFont, bitmap:fontGUI.gif, columns:10, rows:6
SceneGUI = type:SceneSprite, bkgTexture:pagebkg.gif, navigationMode:1
txtTitle=type:Sprite, container:SceneGUI, x:0, y:20, width:176, height:20, BitmapFontNormal:fontGUI, textAlignment:CENTER, LTID:GSET, text:Game Setting
sptFR1=type:Sprite, container:SceneGUI, x:109, y:284, width:120,height:20, color:(32;16;16), frame:(100;100;100)
sptFR2=type:Sprite, container:SceneGUI, x:110, y:285, width:120,height:20, color:(32;16;16), frame:(0;0;0)
btnCont=type:Sprite, GUIType:hyperlink, container:SceneGUI, href:intro.txt, BitmapFontNormal:fontGUI, textAlignment:CENTER, textOffsetY:1, textUnderline:0, x:98, y:180, width:60, height:18, LTID:GSET_BACK, text:Back, defaultFocus:1

#================================================================
txtSoundTitle=type:Sprite, container:SceneGUI, x:20, y:50, width:120, height:20, textSize:16, textColor:(255;255;255), LTID:SOUND, text:Sound Switch
soundEffect=GUIType:checkboxGroup, selected:0
rdoSoundOn=type:Sprite, GUIType:checkbox, group:soundEffect, persistent:1, container:SceneGUI, x:20, y:70, texture:radio.gif, textureBright:radioLight.gif, textFormatted:0, textColor:(255;255;255), textSize:13, textOffsetX:15, LTID:SON, text:On, status:1, index:1, index2:Q
rdoSoundOff=type:Sprite, GUIType:checkbox, group:soundEffect, persistent:1, container:SceneGUI, x:70, y:70, texture:radio.gif, textureBright:radioLight.gif, textFormatted:0, textColor:(255;255;255), textSize:13, textOffsetX:15, LTID:SOFF, text:Off, status:0, index:2, index2:A

txtSteerTitle=type:Sprite, container:SceneGUI, x:20, y:100, width:120, height:20, textSize:16, textColor:(255;255;255), LTID:SENSITIVITY, text:Steering Sensitivity
strSensitivity= GUIType:checkboxGroup, selected:1
rdostrSensitivityLow= type:Sprite, GUIType:checkbox, group:strSensitivity, persistent:1, container:SceneGUI, x:20, y:120, texture:radio.gif, textureBright:radioLight.gif, textFormatted:0, textColor:(255;255;255), textSize:13, textOffsetX:15, LTID:SLOW, text:Low, status:0, index:6, index2:R
rdostrSensitivityNormal= type:Sprite, GUIType:checkbox, group:strSensitivity, persistent:1, container:SceneGUI, x:70, y:120, texture:radio.gif, textureBright:radioLight.gif, textFormatted:0, textColor:(255;255;255), textSize:13, textOffsetX:15, LTID:SNORMAL, text:Med., status:1, index:7, index2:F
rdostrSensitivityHigh= type:Sprite, GUIType:checkbox, group:strSensitivity, persistent:1, container:SceneGUI, x:120, y:120, texture:radio.gif, textureBright:radioLight.gif, textFormatted:0, textColor:(255;255;255), textSize:13, textOffsetX:15, LTID:SHIGH, text:High, status:0, index:8, index2:C

