Help with slider

I’m trying to build a roll over button with a hidden slider… i’m using a mask for hiding slider… trouble is slider doesn’t work under mask… i mean i cannot chouse slider for moving…

is your mask a movieclip? or just a shape?

if your slider is not within the mask, then its not selectable

you might have to use a hitTest with _xmouse , _ymouse coordinates and move your slide via AS at runtime

not sure if that is what you mean