Flash Course

The Bind Tool is in the "Tools panel", in the same location with the "Bone tool".
The Bind tool can be used only with bones created inside a shape.
When you place bones inside shapes, Flash automatically creates Control Points around the contour of the shape, as shown in the picture below.
The Control Points establish the perimeter of the shape as you create different poses.
The Bind tool can be used to edit the connections between individual Bones and control points, to influence which parts of the graphic are controlled by which bones.
The Control Points are visible when you click with the Bind tool on a shape with bones, they appear like in the image below.
Control Points


- View Control Points - Bind a control point to a Bone. - Unbind (remove) control points from a bone - Bind a bone to a control point - Unbind (remove) a bone from a control point.
If you want, you can add more control points or delete them.
- Add control point - Delete control point
• With the "Subselection Tool" you can move the control points on the boundary of the shape to adjust the shape.

Daily Test with Code Example

HTML
CSS
JavaScript
PHP-MySQL
Which tag is used to add definition lists into a <dl> element?
<dt> <dd> <li>
<dl>
 <dt>HTML</dt>
  <dd> - Hyper Text Markup Language</dd>
  <dd> - Language for web pages</dd>
</dl>
Which CSS property can hide an element on page, letting an empty space in its place?
display position visibility
#id {
  visibility: hidden;
}
Click on the event which is triggered when the mouse clicks on an object.
onclick onmouseover onfocus
document.getElementById("id").onclick = function(){
  alert("http://CoursesWeb.net/");
}
Indicate the PHP variable that contains the contents of both $_GET, $_POST, and $_COOKIE arrays.
$_SESSION $_GET $_REQUEST
if(isset($_REQUEST["id"])) {
  echo $_REQUEST["id"];
}
Bind Tool and Control Points

Last accessed pages

  1. PHP PDO - exec (INSERT, UPDATE, DELETE) MySQL (55417)
  2. ActionScript 3 Lessons (7252)
  3. Get Lower, Higher, and Closest Number (5331)
  4. Understanding OOP - Object Oriented Programming (5144)
  5. jQuery Ajax - load() method (10776)

Popular pages this month

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