!LsBoxMoveBox by moving slider? Thread last updated on 2003-11-21 20:07:57

Posted by member 71746 on 2003-11-21 16:51:21

As the title explains, I'm wondering if it's possible to assign a slider to call !LsBoxMoveBox ?

In my head I've got something like...

SliderOnSlideLeft !LsBoxMoveBox (boxname) (x-pos using some kind of $slider-pos$ evaluation) (y-pos - static)

SliderOnSlideRight !LsBoxMoveBox (boxname) (x-pos using some kind of $slider-pos$ evaluation) (y-pos - static)


but I've never used lsslider before so I don't know if it lets you assign specific command to OnSlideLeft/Right or even if it exports variables like the current slider position/percentage...

Posted by member 12798 on 2003-11-21 19:53:25 link

this should be helpful, i think you just have to modify
http://www.litestep.net/index.php?section=4&action=view&catId=8&id=2286

Posted by member 71746 on 2003-11-21 20:07:57 link

Hmm that would indeed work :) Thanks