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:35, texture:ruler.png
sptLine2 = type:Sprite, container:SceneGUI, x:20, y:200, texture:ruler.png
txtTitle=type:Sprite, container:SceneGUI, x:0, y:15, width:200, height:20, bitmapFont:fontGUI, textAlignment:CENTER, textBold:TRUE, text:Score Board
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

sptScoreTitle = type:Sprite, container:SceneGUI, x:5, y:45, width:230, height:20, textShadow:(0;0;0), textBold:TRUE, textColor:(255;255;255), textBold:TRUE, textAlignment:CENTER
sptScoreBox = type:Sprite, container:SceneGUI, x:5, y:65, width:230, height:130, frame:(0;0;0), texture:cell.png, textureBright:cellBright.png, textAlignment:CENTER

scoreboard = type:Sound, src:..\sounds\title.wav

