Flash Course

Brush tool

The Brush tool it is on the "Tools panel", it can be used with any of the two main options: "Merge Drawing" and "Object Drawing".
This tool has several modes with different drawing effects. When the Paint Brush tool is selected, a list menu appears on the Tools panel, Brush Mode (see the image below).

Select Brush tool
The "Brush Mode" button contains the following modes: Example:
Brush Mode
- Flash previews your paint path as you paint, but it only affects the areas specified in the Paint modes. When you release the mouse, these previews disappear.

Near the Brush Mode button there is "Brush Size" (with a list of options to set the brush size), and "Brush Shape" (with a list of options to set the shape of the brush).
You can set a color for the Paint Brush from "Fill Color".

Brush Size and Brush Shape

Brush Size and Brush Shape

Spray

The Spray Brush tool allows you to spray particles onto the Stage using the current fill color.
It can be selected from the "Brush tool" button, by press and hold the click on it.
You can adjust the spray pattern by selecting Symbol and Brush options in the Properties Panel.
You can also use a movie clip or graphic symbol from the library as a particle to create a more complex pattern (see the image below).
Using Spray tool

Eraser Tool

The Eraser Tool is on the Tools panel, it erases everything your cursor touches (depending on the Eraser mode you've chosen) whatever if the drawing is made with "Object Drawing" or "Merge Drawing".
After you have selected the "Erase tool", in the options area of the Tools panel will appear three buttons for erase options:

Eraser tool Options

Eraser tool Options
By default, eraser is in "Erase Normal" mode, it erases everything your cursor touches. There are also other four modes , which have the following effects: Example:
Erase mode example
- Eraser only affects lines and shapes which can be edited, had no effect on the groups, text or symbols. Those elements can be removed by selection and then press the Del (Delete).

Daily Test with Code Example

HTML
CSS
JavaScript
PHP-MySQL
Which tag renders as emphasized text, displaying the text oblique?
<strong> <pre> <em>
<p>Web development courses: <em>CoursesWeb.net</em></p>
Which CSS property defines the space between the element border and its content?
margin padding position
h3 {
  padding: 2px 0.2em;
}
Click on the method which returns the first element that matches a specified group of selectors.
getElementsByName() querySelector() querySelectorAll()
// gets first Div with class="cls", and shows its content
var elm = document.querySelector("div.cls");
alert(elm.innerHTML);
Indicate the PHP variable that contains data from a form sent with method="post".
$_SESSION $_GET $_POST
if(isset($_POST["field"])) {
  echo $_POST["field"];
}
Brush and Eraser

Last accessed pages

  1. Keep the first Nr IMG tags, Strip all the others (314)
  2. Select the Content of HTML Element (4522)
  3. Adding text with ActionScript 3 (5638)
  4. CSS cursor property - Custom Cursors (6372)
  5. Zodiac Signs PHP code (7271)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (458)
  2. CSS cursor property - Custom Cursors (68)
  3. Read Excel file data in PHP - PhpExcelReader (46)
  4. PHP-MySQL free course, online tutorials PHP MySQL code (44)
  5. PHP Unzipper - Extract Zip, Rar Archives (41)