{
	"screens": {
		"SCREEN_TITLE": {
			"type": "auto",
			"time": 2000,
			"images": [ "imgTitle" ],
			"nextScreen": "RETURN_TO_MOVIE"
		},
		"SCREEN_01": {
			"type": "userInput",
			"buttons": [
				{
					"image": "img01A",
					"nextScreen": "SCREEN_01_NG",
					"point": 0
				},
				{
					"image": "img01B",
					"nextScreen": "SCREEN_01_OK",
					"point": 10
				},
				{
					"image": "img01C",
					"nextScreen": "SCREEN_01_NG",
					"point": 0
				}
			],
			"images": [ "imgFrameInTop", "imgFrameInBottom", "img01" ]
		},
		"SCREEN_01_OK": {
			"type": "auto",
			"time": 2000,
			"sound": "soundOK",
			"images": [ "imgFrameTop", "imgFrameBottom", "img01A", "img01B", "img01C", "img01", "imgOK" ],
			"nextScreen": "SCREEN_01_AFTER"
		},
		"SCREEN_01_NG": {
			"type": "auto",
			"time": 2000,
			"sound": "soundNG",
			"images": [ "imgFrameTop", "imgFrameBottom", "img01A", "img01B", "img01C", "img01", "imgNG" ],
			"nextScreen": "SCREEN_01_AFTER"
		},
		"SCREEN_01_AFTER": {
			"type": "auto",
			"time": 2000,
			"images": [ "imgFrameOutTop", "imgFrameOutBottom" ],
			"nextScreen": "SCREEN_01_NEXT"
		},
		"SCREEN_01_NEXT": {
			"type": "auto",
			"time": 1500,
			"images": [ "imgNext" ],
			"nextScreen": "RETURN_TO_MOVIE"
		}
	},

	"poster": "imgPosterStart",	 
	"title": "SCREEN_TITLE",
	"scenario": [
		{ "time": 28.0, "scene": "SCREEN_01", "poster": "imgPoster1" }
	]
}
