About Store Forum Documentation Contact



Post Reply 
Slider - minimum value
Author Message
Harry Offline
Member

Post: #1
Slider - minimum value
How can I set minimum value for slider for example 1? I want to make option which change mouse speed but when I set slider to min value I have mouse speed = 0.
01-07-2010 11:01 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Slider - minimum value
Lerp(min,max,frac)
01-07-2010 11:49 PM
Find all posts by this user Quote this message in a reply
Harry Offline
Member

Post: #3
RE: Slider - minimum value
Ok. Thanks. I didn't thought about this possibility.

EDIT:
Ms.speed(Lerp(1,5,mouse()));

Is it correct? When I go back to the menu mouse speed value automatically set on 5.
(This post was last modified: 01-08-2010 03:32 PM by Harry.)
01-08-2010 01:34 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply