Featured FLA
» Author: Nick Kouvaris
» Title: Znax
» Description: Znax is a board game. Click 4 tiles of the same color and form squares as big as you can. You will erase all the tiles inside the square and collect points. Get maximum score if you make a square with game edges.
» More by:Nick Kouvaris
Featured Site
» Author Agence WOP Digital Agency
» Title: Electricdrum
» Description: French WOP Agency, 3D websites, Flash (Papervision, Away 3D), event or institutional projects. The agency operates on all digital projects: consulting, design, graphic design, development, online communication. The WOP agency follows you on the implementation of original, creative and optimized digital projects.
Now that we've finished creating the slider, we can exit the symbol edit mode and go back to the main timeline (ctrl+e or click Scene 1).
Create 2 additional layers and name them text, sliders and scripts.
It should look like this:
Select the sliders layer and drag 2 instances of the slider movie clip onto the stage. Position them so one is above the other
and align them vertically to the stage. Select the top slider instance and use the instance panel to give it the name panSlider.
Select the bottom slider instance and use the instance panel to give it the name volSlider.
Now we just have to add some ActionScript to the slider instances. Right click on the volSlider instance, select Actions
to open the Object Actions Panel and insert the following ActionScript.
Next, right click on the panSlider instance, select Actions
to open the Object Actions Panel and insert the following ActionScript.
The sliders are ready for action. Now we need to create a sound object to control.