Moscow Aviation Institute, faculty #307


  • Hello!

    I made it using trial and error method, because didn't find any examples :)  
    This work isn't a good example, because it was written in a hurry just to work as expected and I want to refine it when I'll find some time.

    But seriously, I made an overlay layer width 100% width and height with many child objects. By default this layer is visible.

    There is an “align” property, which can be set to “center” to position elements around the center of the view. “x” and “y” coordinates of the elements are in percent, like x="-33%" y="-33.3%" for the top-left element.

    You can look into the http://bozrov.ru/panomai/start.xml file (which contains the whole intro thing), there is:

    • some styles for common buttons to make less code;
    • 1 parent overlay layer which is semi-transparent;
    • 1 layer in the center holding all the buttons;
    • logo and text positioned relatively to the center (for example, x="0" y="-6%");
    • image buttons linked to the scenes positioned relatively to the center (for example, x="33%" y="33,3%");


    Click on the button calls an action making overlay layer invisible.

    So try using layers and position them around the center.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!