Slider Questions
Varen Swaab
varen at veggio.com
Sun Apr 24 22:21:54 EDT 2005
Thank you Dennis, that worked perfectly!!!
On 4/24/05 4:31 PM, "Dennis Brown" <see3d at writeme.com> wrote:
>
> On Apr 24, 2005, at 5:25 PM, Varen Swaab wrote:
>
>> 2. Is there a way to ³snap² the slider handle into specific positions so the
>> slider handle is in the absolute position of the closest whole value it was
>> near when the user releases the mouse click ....there must be an easier way
>> to
>> say that :)
>>
>
> Varen,
>
> I did this with a simple mouseup handler in the slider script:
>
> on mouseup
> set thumbposition of me to round(thumbposition of me)
> end mouseup
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list