King12 Posted October 2, 2014 Share Posted October 2, 2014 Firstly, sorry for that short title I reached the limit. Secondly, I just want to know what's the easiest way to make the value goes from 1 to 0 with Fractions smoothly like 0.4 with a timer ofc Link to comment
Moderators IIYAMA Posted October 2, 2014 Moderators Share Posted October 2, 2014 local count = 1 local dropCount = function () count = count - 0.1 end local dropCountTimer = setTimer(dropCount,50,10) Timers aren't smooth. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now