Quote: Originally Posted by
lbridges 
Is the slider mechanism built into the browsecovers application?
I would like to use this on a 1024X768 skin, but I'm having trouble trying to resize & relocate.
The slider itself just sends the raw slider value to the script. It is defined like any RR built in sliders.
Just have the clickable areas match the slider location.
Code:
SXX,XXX,XXX,XXX,XXX,XXX,XXX,XXX,XXX,H,01,"SLIDER3\POINTER.gif",XXX,CODE,""
The above tag creates a slider view within the given boundaries (x,y,w,h).
x1,y1,w1,h1 define the area in which to display the Slider Styles (Images) -- This area is also the area
where clicking with the mouse will change the slider value.
O is the oriantation (H=Horizontal, V=Vertical).
The Slider Style is the number of the style (Y Tag below) with the path to the images to use.
Pointer is the path to the image to use as the pointer/tick in the slider.
h2 is the is the thickness or height of the pointer image.
CODE is a valid SLIDER CODE defined below.