{ "type": "Container", "atlas": "lndr_interface.json", "id": "AutoplayStopAndStartBtnsContainer", "x": { "dynamic": true, "default": "@view.x.r.-129" ,"Portrait": "@view.x.r.-160" }, "y": { "dynamic": true, "default": -359, "Portrait": "@iface.stepFunction.@view.y.b.-1153,@view.y.b.-750,0.6" }, "scale": { "dynamic": true, "default": 1, "Portrait": 1.78 }, "children": [ { "type": "Container", "x": 1000, "visible": false, "animation": [{ "name": "showAutoplaySlider", "variant": "Sequence", "children": ["call:show", { "variant": "Tween", "duration": 0.15, "setX": 0 }] },{ "name": ["hideAutoplaySlider", "hideSliders"], "variant": "Sequence", "children": [{ "variant": "Tween", "duration": 0.15, "setX": 1000 }, "call:hide"] }], "children": [{ "type": "Slider", "min": 0, "max": 1, "size": 650, "height": 4, "onChange": "setAutoplayValue", "options": "@slot.config.autoplayOptions", "value": "@iface.autoplayNumberOfRounds", "decimals": 0, "x": -420, "y": 18, "button": { "type": "Button", "textures": ["sliders_slider.png","sliders_slider.png","sliders_slider.png","sliders_slider.png"] }, "area": { "type": "Button", "scaleX": 1.8, "textures": ["sliders_slider_line.png","sliders_slider_line.png","sliders_slider_line.png", "sliders_slider_line.png"] }, "children": [{ "type": "Sprite", "atlas": "lndr_interface.json", "opaque": true, "y": -15, "x": 50, "flipY": true, "texture": "sliders_background.png" },{ "type": "Button", "x": -380, "y": -20, "flipY": true, "textures": [ "sliders_close_arrow_normal.png", "sliders_close_arrow_over.png", "sliders_close_arrow_normal.png", "sliders_close_arrow_normal.png" ], "onPress": "hideAutoplaySlider" }, { "type": "Text", "padding": 20, "text": ["@iface.autoplayNumberOfRounds", " ", "@translate.SUBTITLE_AUTOPLAY"], "id": "sliderAutoplayValue", "maxWidth": 600, "font": "BrandonGrotesqueBlack", "toUpperCase": true, "decimals": 0, "padding": 20, "y": -60, "x": 0, "lineJoin": "bevel", "size": { "dynamic": true, "default": 34 }, "fill": "#1e1e1e" }] }] }, { "type": "ToggleButton", "id": "AutoplayButton", "interactionArea": [{"x":0,"y":66},{"x":8,"y":32},{"x":32,"y":7},{"x":64,"y":0},{"x":97,"y":6},{"x":123,"y":29},{"x":133,"y":66},{"x":125,"y":99},{"x":103,"y":122},{"x":67,"y":132},{"x":27,"y":123},{"x":5,"y":97}], "textures": ["btn_autoplay_normal.png", "btn_autoplay_normal.png", "btn_autoplay_down.png", "btn_autoplay_down.png", "btn_autoplay_disabled.png"], "onToggle": "toggleSlider", "onPressSound": "FXButtonClick1" } ] }