horizontalButtonPanelBackFFPause.obl 4.38 KB
{
    "object":
    {
        "type" : "PlainNode",
        "width" : 740,
        "height" : 230,
        "adjustContentSizeForSmallDevices" : true,
        "depth" : 10,
        "objects":
        [
            {
                "name" : "fastForwardButton",
                "imagePath" : "graphics/button_green.png",
                "useAlternativePath": true,
                "type" : "SimpleButton",
                "centerXPos" :
                {
                    "type" : "relative",
                    "value" : "divide 6 place 3"
                },
                "centerYPos" :
                {
                    "type" : "relative",
                    "value" : "center"
                },
                "objects":
                [
                    {
                        "name": "arrowsFF",
                        "imagePath": "graphics/buttonff.png",
                        "useAlternativePath": true,
                        "centerXPos" :
                        {
                            "type" : "relative",
                            "value" : "center",
                            "padding" : 0
                        },
                        "centerYPos" :
                        {
                            "type" : "relative",
                            "value" : "center",
                            "padding" : 0
                        }
                    }
                ]
            },
            {
                            "name" : "replayButton",
                            "imagePath" : "graphics/button_yellow.png",
                            "useAlternativePath": true,
                            "type" : "SimpleButton",
                            "opacity" : 0,
                            "enabled" : false,
                            "centerXPos" :
                            {
                                "type" : "relative",
                                "value" : "divide 6 place 3"
                            },
                            "centerYPos" :
                            {
                                "type" : "relative",
                                "value" : "center"
                            },
                            "objects":
                            [
                                {
                                    "name": "arrowRepeat",
                                    "imagePath": "graphics/button_repeat.png",
                                    "useAlternativePath": true,
                                    "centerXPos" :
                                    {
                                        "type" : "relative",
                                        "value" : "center",
                                        "padding" : 0
                                    },
                                    "centerYPos" :
                                    {
                                        "type" : "relative",
                                        "value" : "center",
                                        "padding" : 0
                                    }
                                }
                            ]
                        },
            {
                "name" : "pauseButton",
                "type" : "SimpleButton",
                "imagePath" : "graphics/button_yellow.png",
                "useAlternativePath": true,
                "centerXPos" :
                {
                    "type" : "relative",
                    "value" : "divide 6 place 5"
                },
                "centerYPos" :
                {
                    "type" : "relative",
                    "value" : "center"
                },
                "objects":
                [
                    {
                        "name": "image",
                        "imagePath": "graphics/button_pause.png",
                        "useAlternativePath": true,
                        "centerXPos" :
                        {
                            "type" : "relative",
                            "value" : "center",
                            "padding" : 0
                        },
                        "centerYPos" :
                        {
                            "type" : "relative",
                            "value" : "center",
                            "padding" : 0
                        }
                    }
                ]
            }
        ]
    }
}