# Help with slider position value

**URL:** https://forum.kirupa.com/t/help-with-slider-position-value/5599
**Category:** flash
**Created:** [September 17, 2002, 10:04am UTC](https://forum.kirupa.com/t/help-with-slider-position-value/5599 "2002-09-17T10:04:14Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![catherine878](https://avatars.discourse-cdn.com/v4/letter/c/e47c2d/32.png) [@catherine878](https://forum.kirupa.com/u/catherine878)
#### Post date: [September 17, 2002, 10:04am UTC](https://forum.kirupa.com/t/help-with-slider-position-value/5599/1 "2002-09-17T10:04:14Z")

</div>

Hi all,

I am using a slider component someone else created. Basically I have a MC that has two frames, and depending on the current slider position, the different frame of the movie is to be played. However, I cannot retrieve the current value of the slider. Can anybody help?

The slider component has the following variables:  
myIntFlag  
myInitialValue  
myHgh  
myLow  
myLength

And it also has a function called findValue(Low, High, Percent)  
Just to see if any variable associated with the slider component will display, I gave slider instance name “slider” and the two-frame MC “test”. On “test”, I tried

onClipEvent (load) {  
trace (slider.myLow);  
}

But when I run the movie, it outputs “undefined”.

Thanks!

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 17, 2002, 12:07pm UTC](https://forum.kirupa.com/t/help-with-slider-position-value/5599/2 "2002-09-17T12:07:10Z")

</div>

Is that the correct path for slider?
