{ "type": "Sprite", "visible": true, "image": "bg_base.png", "align": "C" }, { "type": "Sprite", "visible": false, "alpha": 0, "image": "bg_freespins.png", "animation": [{ "name": "fsStart", "variant": "Sequence", "children": ["call:show", { "variant": "Tween", "duration": 1, "alpha": 1 }] },{ "name": "fsEnd", "variant": "Sequence", "children": [{ "variant": "Tween", "duration": 1, "alpha": 0 }, "call:hide"] },{ "name": "fsRestore", "variant": "Sequence", "children": ["call:show", "call:setalpha:1"] }] }