Ok, sorta got it working, I can select a color on each slider, and click test text and it will show "Test New Color Here" correctly, but, the labels under the slider won't show until I first click my "Test Text" button and they show in the label with decimals. How would I round those numbers up to the nearest whole number? And how do I show the labels before I click "Test Text"
Code:
/, S, x, y, w, h, x1, y1, w1, h1, O, Style, Pointer file path, h2, Code;SLIDERCODES, Tooltip
S,195,106,20,255,195,106,20,255,v,01,"slider 2.GIF",11,"$Red Slider$",
S,334,112,20,255,334,112,20,255,v,01,"slider 2.GIF",11,"$Green Slider$",
S,495,112,20,255,495,112,20,255,v,01,"slider 2.GIF",11,"$Blue Slider$",
B005,672,76,105,58,"EVAL;REDSLIDER;$Red Slider$/256||WRITETOFILE;$skinpath$test.skin;=/DEFINE TRed $REDSLIDER$||EVAL;GREENSLIDER;$Green Slider$/256||ADDTOFILE;$skinpath$test.skin;=/DEFINE TGreen $GREENSLIDER$||EVAL;BLUESLIDER;$Blue Slider$/256||ADDTOFILE;$skinpath$test.skin;=/DEFINE TBlue $BLUESLIDER$||RELOADSKIN||ADDTOFILE;$skinpath$Test.skin;=END||Load;TextColor.skin",
L,469,375,174,31,255,255,255,16,"Arial","=$BLUESLIDER$","CENTER"
L,286,374,160,31,255,255,255,16,"Arial","=$GREENSLIDER$","CENTER"
L,132,373,147,31,255,255,255,16,"Arial","=$REDSLIDER$","CENTER"
Getting closer...
Bookmarks