TIT_COL=textColor:(0;64;0)
TEXT_COL=textColor:(255;200;250)
ENTRY=GUIType:hyperLink, container:sceneHelp, textUnderline:0
ENTRY_SIZE=x:16, width:160, height:16, {TEXT_COL}
RULER=container:sceneHelp, x:4, width:168, height:0, frame:(0;64;0)
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:0;64;0, color:(115;130;50), {TEXT_COL}, textFormatted:1, visible:0

sceneHelp=type:SceneSprite, bkgColor:(95;110;30), indexOffsetX:-5, indexOffsetY:-3
ruler1=type:Sprite, {RULER}, y:22
ruler2=type:Sprite, {RULER}, y:200
txtTit=type:Sprite, container:sceneHelp, x:8, y:2, width:160, height:16, textBold:1, {TIT_COL}, textAlignment:CENTER, text:Swing & Strike
btnClose = type:Sprite, {ENTRY}, href:help_index.txt, {TIT_COL}, x:130, y:202, width:40, height:16, text:Close, index:0
#==================================
btnAim= type:Sprite, {TIP_ENTRY}, href:txtAim, x:15, y:30, text:Aim, index:1
btnStartSwing= type:Sprite, {TIP_ENTRY}, href:txtStartSwing, x:15, y:50, text:Start Swing, index:2
btnStrike= type:Sprite, {TIP_ENTRY}, href:txtStrike, x:15, y:70, text:Strike, index:3
txtTips=type:Sprite, container:sceneHelp, x:15, y:100, width:155, height:16, {TEXT_COL}, text:"More Tips:"
btnAutoAim= type:Sprite, {TIP_ENTRY}, href:txtAutoAim, x:15, y:120, text:Auto-aiming, index:4
btnAutoClub= type:Sprite, {TIP_ENTRY}, href:txtAutoClub, x:15, y:140, text:Club & Swing Selection, index:5
btnOB= type:Sprite, {TIP_ENTRY}, href:txtOB, x:15, y:160, text:Out of Boundary?, index:6

txtAim=type:Sprite, {TIP},\
	text:"Press and hold 'Left' or 'Right' to change the direction of aiming. Use 'Auto Aim' in system menu to aim at cup automatically."
txtStartSwing=type:Sprite, {TIP},\
	text:"Press and hold 'Enter' or 'Down' (only one of them) to start swinging. \
	Release it at anytime to cancel swinging"
txtStrike=type:Sprite, {TIP},\
	text:"When strike power (indicated on power gauge) reaches the desired level, \
	click 'Enter' or 'Down' (only one of them) quickly to strike the golf ball"

txtAutoAim=type:Sprite, {TIP},\
	text:"Before each stroke you make, you aim at the cup automatically. \
	It is recommended that you change the direction of aiming \
	to avoid hazards and O.B., or to offset the wind effect."
txtAutoClub=type:Sprite, {TIP},\
	text:"Before each stroke you make, your club and swing are automatically selected \
	depending on distance and surface. Nevertheless, you should change \
	them occasionally to improve your results."
txtOB=type:Sprite, {TIP},\
	text:"You can shoot your ball out of boundary, as long as the ball returns to the course finally, \
	you will not be penalized. \
	This is a special tip to make shortcut and save strokes."
