First time here? First time here? Newsletter Signup Newsletter
651326 Members and growing! | Flash Jobs
Search tutorials
Author: Kenny Bellew

How to Build a Vertical Volume Slider

Fig. 07: Example of vertical volume slider

The concept for building a vertical slider is the same, but the math is different. When you drag the slider up, the y-axis pixel number decreases, so the formula used to convert the y-axis to a variable for the setVolume method needs to take this into account. The following is the formula used for a vertical slider:

myMusic.setVolume(100-(vslidery-volCalc))

The variable "vslidery" represents the current y-axis location of the slider (which has the movie clip instance name of "vslider"). The following is the code for the vertical slider, this time without the "//" comments. The movie clip "vslider" is on top of a base image movie clip called "base".

onClipEvent(load) {
left=_root.base._x;
top=_root.vslider._y + 50;
right=_root.base._x;
bottom=_root.vslider._y - 50;
volCalc=_root.vslider._y - 50
//
onClipEvent(enterFrame) {
vslidery=_root.vslider._y;
_root.myMusic.setVolume(100-(vslidery-volCalc));
_root.currentVolumeText=_root.myMusic.getVolume();
}
//
onClipEvent(mouseDown) {
startDrag(this, false, left , top , right, bottom);
}
//
onClipEvent(mouseUp) {
this.stopDrag();
}

» Level Intermediate

Added: 2002-08-13
Rating: 8.98 Votes: 664
(10 being the highest)
» Author
Kenny Bellew is a technical writer in Minneapolis, MN. He's currently interested in becoming involved in other writing-related Flash projects.
» Download
Download the files used in this tutorial.
» Forums
More help? Search our boards for quick answers!

Comments

  • There are no comments yet. Be the first to comment!

  • You must have javascript enabled in order to post comments.

Leave a Comment
  • Your email address will not be published. All fields are required.
Featured Flash FLA
» Author: S.Saipriya
» Title: Flash Fire Effect
» Description: This tutorial explains about how to create Fire Effect in Flash of Actionscript 2.0.I hope this tutorial helps you!
Featured Sound Loops
Image for equalize

Audio Player

» Author: Aidan Crouzet-Pascal
» Title: Falling Star
» Description: This loop is a cool sounding, E minor loop.
Latest Font
» Author: Fábio FAFERS
» Description: I created this font for free use. Everyone can apply it in personal or business texts. Its free, but I want to be communicated in case of business use. Donations are accepted to keep the project of free fonts alive! Thank you all
Featured Sound Fx
Image for equalize

Audio Player

» Author: Brandan Paulin
» Description: Epic sounding loop with Brass, Percussion, Strings and Winds. This is actually part of a Loop Pack called the Coming where you can download the rest of the loops that go with it FREE from my website.