Search found 2 matches

by edover
Thu Aug 09, 2012 4:21 pm
Forum: Libraries and Tools
Topic: HUMP - yet another set of helpers
Replies: 146
Views: 129504

Re: HUMP - yet another set of helpers

Just in case anyone has a similar issue (though that's doubtful, since it turned out to be a stupidly simple fix) here was my problem. My function wasn't returning anything and should have looked more like this: fader = Timer.Interpolator(3,function(frac,a) alphacolor = frac*a return frac*a end) Tha...
by edover
Mon Aug 06, 2012 4:52 am
Forum: Libraries and Tools
Topic: HUMP - yet another set of helpers
Replies: 146
Views: 129504

Re: HUMP - yet another set of helpers

I have a small question about the documentation (and related quoted post) Timer.Interpolator() behaves differently Instead of returning <status>, <function values> it now returns the function values if the interpolation is still going on or nil , if the interpolation has finished. This may result in...