XML horizontal/ vert
Posted By: gljivec
Package Includes:
FLA
Opens with:
Flash CS3, Flash CS4
Viewable with:
Flash Player 9 and above
AS Version:
Action Script 3.0
Average Rating: Awaiting one vote
You can change many parameters of your menu via XML:
- setting size of buttons (fields WIDTH and HEIGHT in XML). You can set buttons to any size you wish.
- setting color of each button (fields redOffset, greenOffset and blueOffset in XML).
By changing value of red blue and green offset from 0 to 255 you can change color of your buttons. Default value in file for purchase is 0.
- setting color of over effect of each button (fields redOffsetOver, greenOffsetOver and blueOffsetOver in XML).
By changing value of red blue and green offset from 0 to 255 you can change color of your buttons. Default value in file for purchase is 0.
- setting Font, alignment and size of text used on buttons (fields buttonFont, buttonTextSize, buttonTextAlign)
Here you can change font ("Verdana", "Arial",...), alignment("center", "left", "right") and size of text.
- you can set alignment of menu (horizontal, vertical, rotated) - field position in XML. By changing value of position you choose eiher horizontal, vertical or rotated alignment of menu.
- you can set position of menu (field ButtonX and ButtonY in XML). By changing these values you can set exact position of your menu (x and y coordinates)
- setting margin between buttons (field buttonMargin in XML). By changing this value you set how far apart from each other are buttons.