Flash Course

The Paint Bucket Tool, Ink Bottle Tool and Eyedropper Tool are on the Tools panel, they can be used to set or change the color of the lines and shapes you draw. In the button with the "Paint Bucket Tool" there is "Ink Bottle Tool", as it's shown in the picture below.
Paint Bucket, Ink Bottle and Eyedropper

Paint Bucket and Ink Bottle

The Paint Bucket can be used to define or to add a color to a shape (Fill), it uses the current color set in the Fill Color.
The Ink Bottle tool holds the properties you've set for strokes in any of the palettes. When you click an object with this tool, it will change the properties of its stroke (color, line weight and style) or add a stroke if that object doesn't have one.

Using Ink Bottle

  1. In the Tools panel, click the Ink Bottle or press S.
  2. In the Properties panel, set the options for stroke (color, line weight and style).
  3. Click an object on the Stage. Its stroke updates with the new attributes.

Using Paint Bucket

  1. In the Tools panel, click the Paint Bucket or press K.
  2. In the Tools panel, select the Fill Color icon, and choose a color.
  3. Click in the fill of a shape on the Stage. The fill updates to the new color

- If you select multiple objects and then click on one of them with the Paint Bucket or Ink Bottle, it will affect all selected objects.
Click to see the presentation below.

Example Paint Bucket and Ink Bottle

ex_paint_bucket_ink_bottle

If there's a gap in the outline surrounding a shape, Flash may not be able to tell where your fill stops and the stage begins, and might not let you apply a fill color with Paint Bucket.
To tell Flash to ignore small gaps surrounding your fill, in the Options section of the Tools panel, click Gap Size. Then, from the pop-up menu that appears, select Close Small Gaps, Close Medium Gaps, or Close Large Gaps. Then try to modify your fill again.

Gap size options

Gap size options

Eyedropper

With the Eyedropper tool you can select the attributes of a shape (fill and stroke color, line weight and style), and then transfer them to other shapes. This tool detects whether you are selecting a stroke or a fill, and then changes into the Ink Bottle (when selecting strokes) or the Paint Bucket (when selecting fills), see the image below.
Using Eyedropper

Using Eyedropper

  1. Click the Eyedropper tool on the Tools panel.
  2. Position the eyedropper over the stroke or fill of a shape
    • When you are positioned over a stroke, a tiny pencil appears next to the tool. When you click on the stroke the Eyedropper becomes an "Ink Bottle".
    • When you are positioned over a fill, a tiny paint brush appears next to the tool. When you click on the fill the Eyedropper becomes a "Paint Bucket".
  3. Click on the area of another shape to transfer the selected attributes

Daily Test with Code Example

HTML
CSS
JavaScript
PHP-MySQL
Which tag defines the clickable areas inside the image map?
<map> <img> <area>
<img src="image.jpg" usemap="#map1">
<map name="map1">
  <area shape="rect" coords="9, 120, 56, 149" href="#">
  <area shape="rect" coords="100, 200, 156, 249" href="#">
</map>
Which CSS property defines what is done if the content in a box is too big for its defined space?
display overflow position
#id {
  overflow: auto;
}
Click on the event which is triggered when the mouse is positioned over an object.
onclick onmouseover onmouseout
document.getElementById("id").onmouseover = function(){
  document.write("Have Good Life");
}
Indicate the PHP variable that contains data added in URL address after the "?" character.
$_SESSION $_GET $_POST
if(isset($_GET["id"])) {
  echo $_GET["id"];
}
Paint Bucket and Eyedropper

Last accessed pages

  1. SHA256 Encrypt hash in JavaScript (31200)
  2. Convert XML to JSON in PHP (12409)
  3. Select in MySQL, Output results in HTML Table (19325)
  4. The Four Agreements (1616)
  5. Read Excel file data in PHP - PhpExcelReader (96683)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (241)
  2. Read Excel file data in PHP - PhpExcelReader (84)
  3. The Four Agreements (73)
  4. PHP Unzipper - Extract Zip, Rar Archives (72)
  5. The Mastery of Love (60)