Tsexmi: I tried your solution. It does set transf_amt as the max value on the hslider. However, it does not allot equal increments for the max value on the slider bar. For example, when I set my hslider as such:

Code:
hslider(450, 514, 150, "horizontalSlider.pcx", 0, 1, transf_amt);



...the amount on the hslider will start off at the transf_amt toward the far right of the horizontal slider (example: transf_amt = 4 ). However, when I move the slider button to the left, it immediately places the transf_amt value in the range of 0 - 1, and it does not go any higher than 1. I am really trying to make the horizontal slider dynamic in that transf_amt needs to be the max value any time this horizontal slider is accessed, and if I move the horizontal button to the left, it should increment one less than what transf_amt equals, and keep incrementing one less as I keep moving the horizontal button to the left, all the way down to 0 , in equal increments.

Any idea on what I am doing wrong?

Last edited by Ruben; 12/20/14 07:20.