Posts tagged ‘Flash Buttons’
Create glass-like buttons
Create button base
- Launch Flash Designer and choose “blank document”
- Choose “Ellipse” tool and draw button surface hold CTRL to draw a circle
- Position the circle, choose “Edit” > “Move To” and enter x:75, y:46, width:65, height:65, click OK
- Choose “Item” >”Line Width” > “4px”
- Choose “Item” > “Gradient Fill”
- Choose “Vertical”
- Click “Top Color” and change it to # 1F436D, click OK
- Click “Bottom Color” and change it to # 4B8FED, click OK
- Click OK to fill the circle with the gradient
- Draw another ellipse to make the light reflection
- Choose “Item” > “Gradient Fill”
- Choose “Vertical”
- Click “Top Color” and change it to # FFFFFF (white), click OK
- Click “Bottom Color” and select “No Color”, click OK
- Click OK to fill the circle with the gradient
- Choose “Edit” > “Move To” and enter x:87, y:51, width:40, height:26, click OK
- Press F9 to preview the button
- To make the shadow select the larger circle, choose “Edit” > “Duplicate”, enter step x: 5 and step y: 5, click OK
- Choose “Edit” > “Send to Back” to move the shadow beneath.
- Change shadow’s fill and line color to # 39528E
Press F9 to preview the button
Duplicate the button
- Press Ctrl+A to select all items
- Choose “Edit” > “Duplicate” enter step x: 100 and step y: 0, click OK
- Change new button colors, select front circle, choose “Item” > “Gradient Fill” and modify “top” and “bottom” colors.
Press F9 to preview the button
Define Actions
- Select blue button surface and choose “Action” > “OnClick”, choose “Play” and click OK.
- Choose “Action” > “On Over Color”, uncheck “No Color” and change the color to # B5D6FF
- Select red button surface and choose “Action” > “OnClick”, choose “Stop” and click OK.
- Choose “Action” > “On Over Color”, uncheck “No Color” and change the color to # FFB3A0
Press F9 to preview the button, move the mouse over each button
Customize
- Draw green triangle with “PolyLine” tool.
- Add red circle with “Ellipse” tool.
- Add text with “Text Tool”
- Choose “Frame” > “New”
- In the Frame List set new frame background to “Frame 1″
- Draw a rectangle after the text
Press F9 to preview the animation, the rectangle should blink
To speed-up blinking change both frames delay to 0.1 sec.
Download the project source here.
Create Illuminated buttons
- Launch Alligator Flash Designer and choose Blank
- Set movie dimensions 700 x 150 (or any desired) with Frame > Frame Size
- Change frame delay to “Stop”.
- Change background color to black “Frame” > “Background Color”
- Draw an ellipse 100 x 100 pixels (Step 1)
- Choose Item > Gradient Fill
- Setup the gradient: (Step 2) Custom / Radial, Scale 300%, Center Color (R: 168 G: 255 B: 155), Outer Color (R: 255 G: 255 B: 255), click Advanced and enter Delta Y: 100, under Add Colors check Point 3 and Point 6 Click Color 3 and setup (R: 200 G: 255 B: 137), Click Color 6 and setup (R: 54 G: 122 B: 42)
- Draw a new ellipse (Step 3)
- Choose Item > Gradient Fill
- Setup the gradient: (Step 4) Custom / Vertical, Top Color (R: 255 G: 255 B: 255), opacity 30%, Bottom Color (R: 255 G: 255 B: 255), opacity 0%
- Convert the ellipse to curve, select it and choose “Edit” > “Convert to Curve”
- Choose the “Edit nodes” tool and reshape the ellipse (Step 5)
- Hit F9 for preview.
Download the source code here