{ "layer": "LOADING_SCREEN", "type": "LayoutContainer", "id": "loadingScreenLayer", "width": "1920", "height": "1080", "fill": "R", "align": "c", "visible": false, "opaque": true, "animation": [{ "name": "showLoadingScreen", "variant": "Sequence", "children": ["call:show","children"] },{ "name": "hideLoadingScreen", "variant": "Sequence", "children": ["children","call:hide"] }], "children": [{ "type": "Graphics", "variant": "Rectangle", "width": 1920, "height": 4000, "color": "0x000000", "alpha": 0.7, "opaque": true, "visible": true }, { "type": "MovieClip", "sequence": "ajax_loader_5x3.png", "sequenceXSize": 5, "sequenceYSize": 3, "sequenceSize": 15, "scale": 0.7, "animation": [{ "name": "showLoadingScreen", "variant": "Sequence", "repeat": 9999, "stopPrevious": true, "children": ["play:15:0","delay:14:15"] },{ "name": "hideLoadingScreen", "type": "Animation", "variant": "Sequence", "children": ["pause:0"] }] }] }