TIT_COL=textColor:(0;64;0)
TEXT_COL=textColor:(255;200;250)
ENTRY=GUIType:hyperLink, container:sceneHelp, textUnderline:0, width:160, height:16, {TEXT_COL}
RULER=container:sceneHelp, x:4, width:168, height:0, frame:(0;64;0)

sceneHelp=type:SceneSprite, bkgColor:(95;110;30), indexOffsetX:-5, indexOffsetY:-3
ruler1=type:Sprite, {RULER}, y:20
ruler2=type:Sprite, {RULER}, y:202
txtTit=type:Sprite, container:sceneHelp, x:8, y:2, width:160, height:16, textBold:1, {TIT_COL}, textAlignment:CENTER, text:Topics
btnClose = type:Sprite, {ENTRY}, href:intro.txt, {TIT_COL}, x:130, y:202, width:40, height:16, text:Close, index:0

#==================================
btnAbout=type:Sprite, {ENTRY}, href:help_about.txt, x:16, y:30, text:About Game, index:1
btnSys=type:Sprite, {ENTRY}, href:help_sys.txt, x:16, y:50, text:System Requirement, index:2
btnSetting=type:Sprite, {ENTRY}, href:help_setting.txt, x:16, y:70, text:Game Settings, index:3
btnRule=type:Sprite, {ENTRY}, href:help_rule.txt, x:16, y:90, text:Game Rules, index:4
btnPlay=type:Sprite, {ENTRY}, href:help_play.txt, x:16, y:110, text:Swing & Strike, index:5
btnContact=type:Sprite, {ENTRY}, href:help_contact.txt, x:16, y:130, text:Contact Us, index:7
btnGlossaryAO=type:Sprite, {ENTRY}, href:help_glossary_ao.txt, x:16, y:150, width:40, height:16, text:Glossary A-O, index:8
btnGlossaryPZ=type:Sprite, {ENTRY}, href:help_glossary_pz.txt, x:16, y:170, width:40, height:16, text:Glossary P-Z, index:9
