sceneBkg=type:SceneSprite, x:CENTER, y:CENTER, width:240, height:240
sptBkg = type:Sprite, container:sceneBkg, x:CENTER, y:CENTER, width:320, height:320, wideScreenAutoFit:TRUE, texture:back.gif

scenePrompt=type:SceneSprite, x:CENTER, y:260, width:240, height:520

sceneGUI=type:SceneSprite, x:CENTER, y:CENTER, width:240, height:240
btnExit = type:Sprite, container:sceneGUI, GUIType:button, x:CENTER, y:CENTER, width:400, height:400, index:ENTER

#================================
txtTitle = type:Sprite, container:scenePrompt, x:10, y:30, width:200, height:20, textAlignment:CENTER, text:NINE HOLE GOLF
txtCopyright = type:Sprite, container:scenePrompt, x:10, y:60, width:220, height:60, \
		textAlignment:CENTER, textColor:(255;255;255), \
		text:Copyright(c) 2004-2009\nOmniG Software Inc.\nAll Rights Reserved

sptLogo = type:Sprite, container:scenePrompt, x:104, y:120, texture:../gui/logo.gif
sptCover = type:Sprite, container:scenePrompt, x:40, y:170, width:160, height:160, frame:(255;255;255), texture:cover.png

txtContact = type:Sprite, container:scenePrompt, x:10, y:340, width:220, height:260, \
		textSize:16, textAlignment:LEFT, textColor:(255;255;255), \
			text:"Further information:\n\
			www.omnigsoft.com\n\
			Technical support:\n\
			support@omnigsoft.com\n\n\
			All comments, suggestions and problem-reporting are very welcome, \
			please contact us at: contact@omnigsoft.com."
