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.
The first job will be to create a slide controller. To do this, we will be embedding a button instance inside
a movie clip (to create a dragable button) and then embed that movie c
lip in another movie clip (to create the slider).
Here's how it's done.
Note: The following steps should be not performed on the main timeline stage, but from within the library in edit symbol mode.
First, open the library and create a button symbol and name it button body. A small square (about 30 x 30) will do just fine.
Note: Size is not the issue at this point, but make sure that you center it to the stage!
While you're here, add over and down states the button and change the fill color of each.
Part 2: Create a drag button
Next we need to make the button dragable. To do this we will need to embed an instance of the button in a movie clip.
Again, open the library and create a new movie clip and name it drag button. Now, drag an instance of button body
onto the drag button stage and center it.
On the stage, right click on the button instance and select Actions to open the Object Actions Panel. Click in the
Object Actions Panel and add this ActionScript to the button instance:
Part 3: Create a slider
Now that we have a dragable button, we can create a slide controller by embedding drag button in another movie clip.
Again, in the library, create another movie clip and name it slider. Create an additional layer in slider
and name bottom layer bar and the top layer button.
Select the bar layer and draw a horizontal line. Use the info panel to make it exactly 100 pixels wide and use the align
panel to center it to the stage, both horizontally and vertically.
Select the button layer and drag an instance of the drag button movie clip onto the stage. Use the
info panel to resize it to 11 x 11 and use the align panel to center it to the stage, both horizontally and vertically.
It should look like this: (minus the orange stuff)
In order to finish our slider, we need to do one more thing, give the instance a name.
Select the drag button instance and use the instance panel to name it drag.
It should look like this:
The slider should now be complete.
Note: All of this embedding so far should have been done in the movie clip symbols
in the library, not on the main timeline. At this point there should be nothing on the main timeline stage.