Featured Site
» Posted in the Flash Kit Links section
» Title: Incorpmedia Design Studio
» Comments: Incorpmedia is a Seattle based company that specializes in a wide range of advertising media
BBM.net is designed to save you time and deliver the highest quality royalty-free music for your multimedia projects. Features include: over 450 Music Loop Packages from some of the best composers in the business, our music search engine to speed your selection process, alternate music versions & bonus sounds to use for rollovers or transitions, free technical support and free consulting.
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 wont 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 wont 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 !! .