Skip to main content
Known Participant
September 30, 2010
Question

Reset slider handle

  • September 30, 2010
  • 1 reply
  • 408 views

I'm trying to get the handle on a slider to reset to its original position whenever the frame is changed. I'm having no luck with this, can anyone point me in the right direction? Thanks.

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
September 30, 2010

What code have you tried?  And what is the slider controlling?

MatAutAuthor
Known Participant
September 30, 2010

Nevermind, I figured it out. It ended up being much simpler than anything I was else I was trying-

model2.onRelease=function(){

gotoAndStop(3);

slider2.handle2._y=203;

}

I guess I'm a little out of it today

Thanks.