Featured FLA
» Author: Bugra Ozden
» Title: Skatalog v9 - product catalog
» Description: Create your product catalog easly and publish on your website or Create your image gallery, documents list, portfolio. Fully XML Driven
» More by Bugra Ozden
Featured Site
» Posted in the Flash Kit Links section
» Title: Creative DW Image Show PRO
» Description: Creative DW Image Show PRO is a Dreamweaver extension which enables the user to create multimedia presentations. It combines the features of the popular Creative DW Image Show with the ability to add professional text effects to slides (similar to After Effects). The product is very customizable: the user can choose the duration of the transition effects, the slide motion start and end position, zoom and panning type for both images and texts.
you can either drag a button component from the components panel
or create your own button using your own design and that's what we are going to build.
Creating a button using your own design:
Draw whatever shape you want using the drawing tools.
Select the shape you drew, click on Modify->Convert to Symbol
Select the Button option and type the name of your button in the name text field.
Double click on the button.
You will see 4 frames:
Up: is what you see when the button is passive
Over: is what you see when the mouse is over the button
Down: is what you see when you click on the button
Hit: is the area of sensitivity, means when the mouse rolls over that area the pointer will go the over frame, the hit frame won’t be seen.
Click on the Up frame, press F6 and make your changes to the shape or color. Do the same thing for Over, Down and Hit; remember the Hit frame won’t be seen so just copy what you have in Up frame.
Select the button, open the actions panel and type:
On (release) {
trace(“Yeah, the button is working !!”);
}
If you test the movie, when you release the button a pop-up window will pop out displaying “Yeah, the button is working !! “.