art3mis Posted January 3, 2019 Share Posted January 3, 2019 Have I believe an Hscript question. I need a value to go from 0 to 1 from frames 1 to 10, and then hold at 1 from frame 10 onward. Quote Link to comment Share on other sites More sharing options...
Noobini Posted January 3, 2019 Share Posted January 3, 2019 clamp(something,0,1) (i'm sure you can do the easier first bit, go on...you can do it) Quote Link to comment Share on other sites More sharing options...
bunker Posted January 3, 2019 Share Posted January 3, 2019 (edited) hscript: fit($F,1,10,0,1) vex: f@attribValue=fit(@Frame,1,10,0,1); Edited January 3, 2019 by bunker Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.