Flash Course

The Deco tool is on the Tools panel, it allows you to apply decorative drawing effects to the Stage or a selected object on the Stage.
With this tool you can apply several effects: Vine Fill, Grid Fill, Symmetry Brush, 3D Brush, Building Brush, Decorated, Fire Animation, Flame Brush, Flower Brush, Lightning Brush, or Tree Brush.
All these effects can be selected from the Drawing Effect in the "Properties panel" (after you've selected the "Deco Tool"). Each of these properties have their own options (on the Advanced Options sub-menu), which can create quite complex combinations of effects.

Deco Tool Properties panel

Deco Tool Properties panel

Using Deco Tool

  1. Open a new Flash document and select "Rectangle tool"
  2. Draw a rectangle in the Stage (with a light fill color, fo example, yellow)
  3. Select Deco Tool on the Tools panel
  4. Click on the rectangle you have drawn. A decorative effect will start to cover the fill of the rectangle.
    - The decorative effect is the one set it the "Drawing Effect", on the Properties panel. This effect will cover the entery area of the rectangle, or until you click again.
  5. Click on an empty area in the Stage. The "deco-effect" will begin to cover the empty area of the stage, click again to stop it.
- In the presentation below you can see various examples with Deco Tool effects:

Deco tool examples

ex_deco_tool
- Here -> Deco tool example you can download the FLA file with this presentation.

Daily Test with Code Example

HTML
CSS
JavaScript
PHP-MySQL
Which tag create a highlighted bolded text?
<q> <strong> <em>
<p>Address: <strong>http://CoursesWeb.net/</strong> - Tutorials.</p>
Which of these CSS codes displays the text bolded?
text-size: 18px; font-style: italic; font-weight: 800;
#id {
  font-weight: 800;
}
What JavaScript function can be used to call another function multiple times, to a specified time interval?
setInterval() setTimeout() push()
function someFunction() { alert("CoursesWeb.net"); }
setInterval("someFunction()", 2000);
Click on the correctly defined variable in PHP.
var vname = 8; $vname = 8; $vname == 8;
$vname = 8;
echo $vname;
Deco Tool

Last accessed pages

  1. PHP getElementById and getElementsByTagName (49152)
  2. Get position and size of Div in page (990)
  3. Adobe Flash - ActionScript 3 Video Tutorials (385)
  4. Creating Functions in ActionScript (1397)
  5. CSS Course - Free lessons (21687)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (309)
  2. Read Excel file data in PHP - PhpExcelReader (110)
  3. The Four Agreements (94)
  4. PHP Unzipper - Extract Zip, Rar Archives (90)
  5. The Mastery of Love (84)
Chat
Chat or leave a message for the other users
Full screenInchide