{
"type": "Container",
"atlas": "lndr_interface.json",
"id": "AutoplayStopAndStartBtnsContainer",
"visible": {
"dynamic": true,
"default": "@util.not.@iface.checkBlacklistedMarket,"
},
"x": {
"dynamic": true,
"default": "@view.x.r.-179"
,"Portrait": "@view.x.r.-160"
},
"y": {
"dynamic": true,
"default": -359,
"Portrait": "@iface.stepFunction.@view.y.b.-1153,@view.y.b.-750,0.55"
},
"scale": {
"dynamic": true,
"default": 1,
"Portrait": 1.78
},
"children": [
{
"type": "Button",
"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_hover.png", "btn_autoplay_down.png", "btn_autoplay_disabled.png"],
"onPress": "showMenuView",
"onPressSound": "FXButtonClick1"
},
{
"type": "Button",
"id": "AutoplayStopButton",
"interactionArea": [{"x":51,"y":142},{"x":66,"y":94},{"x":101,"y":61},{"x":146,"y":51},{"x":187,"y":62},{"x":220,"y":63},{"x":229,"y":121},{"x":234,"y":149},{"x":219,"y":192},{"x":188,"y":222},{"x":146,"y":235},{"x":91,"y":223},{"x":60,"y":187}],
"textures": ["landscape_stop_autospin_normal.png", "landscape_stop_autospin_over.png", "landscape_stop_autospin_down.png", "landscape_stop_autospin_disabled.png"],
"disabled": true,
"visible": false,
"onPress": "stopAutoplay",
"onPressSound": "FXButtonClick1",
"text": {
"type": "Text",
"padding": 20,
"id": "AutoplayCounter",
"autoUpdate": true,
"x": -10,
"y": 8,
"decimals": 0,
"font": "Arial",
"size": 60,
"fill": "#FFFFFF",
"stroke": "#000000",
"thickness": 3,
"text": "@model.autoplay.leftOrPlayed"
}
}]
}