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 Rules
btnClose = type:Sprite, {ENTRY}, href:help_index.txt, {TIT_COL}, x:130, y:202, width:40, height:16, text:Back, defaultFocus:1
#==================================
btnRace= type:Sprite, {TIP_ENTRY}, href:txtRace, x:15, y:30, text:Race on the Course
btnScore= type:Sprite, {TIP_ENTRY}, href:txtScore, x:15, y:50, text:High Score Board

txtRace=type:Sprite, {TIP},\
	text:"The rally car sets off alone on a chosen course (stage). The objective is to use the lowest time to finsh a stage. The most important thing during the race is to control the car to keep it on the road surface because off-road driving will result in significant speed loss and longer stage time."
txtScore=type:Sprite, {TIP},\
	text:"The high score board lists up to six highest scores per stage. The high score is determined by the shortest time spent on the stage in a single race."
