# MX 2004 slider problem

**URL:** https://forum.kirupa.com/t/mx-2004-slider-problem/165713
**Category:** flash
**Created:** [October 13, 2005, 1:55pm UTC](https://forum.kirupa.com/t/mx-2004-slider-problem/165713 "2005-10-13T13:55:01Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![pilvepanaan](https://avatars.discourse-cdn.com/v4/letter/p/a6a055/32.png) [@pilvepanaan](https://forum.kirupa.com/u/pilvepanaan)
#### Post date: [October 13, 2005, 1:55pm UTC](https://forum.kirupa.com/t/mx-2004-slider-problem/165713/1 "2005-10-13T13:55:01Z")

</div>

hi!

i am total beginner in flash but unfortunately i must implement one gui prototype:)

i needed i slider - so i find nice tutorial in ur site -[http://www.kirupa.com/developer/mx/slider.htm](http://www.kirupa.com/developer/mx/slider.htm)

it works well until there is one frame. but if i add one frame before it and redirect (gotoAndPlay(2)) it to second frame where the slider actually is with some code (to loop it):

this.onEnterFrame=function(){  
ratio.text=mySlider.ratio;  
gotoAndPlay(2)  
}

then it is not possible to drag the slider.  
can u point out, whats the problem?

thanks!
