sceneGUI = type:SceneSprite, x:CENTER, y:CENTER, width:240, height:240
sptBkg = type:Sprite, container:sceneGUI, x:CENTER, y:CENTER, width:400, height:400, color:(0;0;0)
sptCover = type:Sprite, container:sceneGUI, x:CENTER, y:CENTER, texture:cover.gif
btnEnter = type:Sprite, GUIType:hyperlink, href:intro.txt, container:sceneGUI, x:CENTER, y:CENTER, width:400, height:400, index:ENTER
txtVerion = type:Sprite, container:sceneGUI, x:10, y:205, width:200, height:40, textFormatted:1, textColor:(255;255;255), textShadow:(0;0;0)

