07-13-2006 07:53 PM
07-14-2006 03:51 AM
This is one way to do it
Use event cases
create an event case for the value change of the slider and inside that event, you can keep a loop for incrementing the slider value in steps by employing a property node of that slider.
Plus you may also have to think of some logical checks/ condition checks if you want to prevent this incrementing loop inside event case from executing each time you change the slider value.
Hope this helps
regards
Dev
07-14-2006 06:49 AM