PAGE_COL=bkgColor:(64;50;70)
TIT_COL=textColor:(220;250;230)
TEXT_COL=textColor:(230;220;250)
ENTRY=GUIType:hyperLink, container:sceneHelp, textUnderline:0, width:145, height:16, {TEXT_COL}
RULER=container:sceneHelp, x:4, width:168, height:0, frame:(200;200;180)
PARAGRAPH=x:4, width:168, textAlignment:LEFT, {TEXT_COL}
TIP_ENTRY=GUIType:tiplink, container:sceneHelp, width:155, height:16, {TEXT_COL}
TIP=container:sceneHelp, x:4, y:20, width:168, height:195, frame:(200;200;200), color:(78;65;75), {TEXT_COL}, textFormatted:1, visible:0

sceneHelp=type:SceneSprite, {PAGE_COL}, navigationMode:1
ruler1=type:Sprite, {RULER}, y:22
ruler2=type:Sprite, {RULER}, y:195
txtTit=type:Sprite, container:sceneHelp, x:8, y:2, width:160, height:16, textBold:1, {TIT_COL}, textAlignment:CENTER, text:Game Control & Play
btnClose = type:Sprite, {ENTRY}, href:help_index.txt, {TIT_COL}, x:130, y:202, width:40, height:16, text:Back, defaultFocus:1
#==================================
btnCtrl= type:Sprite, {TIP_ENTRY}, href:txtCtrl, x:15, y:30, text:Racing Control
btnAcc= type:Sprite, {TIP_ENTRY}, href:txtAcc, x:15, y:50, text:Automatic Acceleration
btnTurn= type:Sprite, {TIP_ENTRY}, href:txtTurn, x:15, y:70, text:Prepare for Sharp Turn

txtCtrl=type:Sprite, {TIP},\
	text:"Left Arrow - Turn left\nRight Arrow - Turn right\nUp Arrow - Accelerate \nDown Arrow - Brake"
txtAcc=type:Sprite, {TIP},\
	text:"During normal driving, rally car accelerates automatically to the maximum speed and will not lose speed unless you brake or a collision happens, which means you can leave accelerate key once you reach the desired speed."
txtTurn=type:Sprite, {TIP},\
	text:"While cutting corner at sharp turn may help make a short-cut, it may also cause off-road driving and speed loss."
