Step 2: Buttons in Flash CS3


The Button Symbol in Flash CS3
A useful feature in Flash CS3 is the button symbol. A button symbol allows you to specify how the button (clickable area) should look initially, and also when it is rolled over ('Over' stage) and when it is clicked ('Down' state). It also allows you to specify the actual area that is clickabel ('Hit' area).
Let's create the buttons for the website now.

Button Instance Names
In order to be able to manipulate these buttons later using ActionScript 3.0, we will need to give each instance of the button a name.

The Logo Button
We also want the logo to be imported and clicking on it should take the visitor to the specified website. For this we will need to convert the logo into a button symbol too.

Next: Step 3: Labels for Website Pages in Flash CS3