wreath Posted April 14, 2008 Share Posted April 14, 2008 (edited) Hi, i have trouble with this little expression driven anim. using basic expression in transition slot; if($F>50,$F/30,0) the problem is when frame number got bigger than 50, box start moving but adding/calculating the 0-50 frame period, i want it start moving at 0 point. i know it can be done with keyframing but i need something more complicated with using this method. exp.hipnc Edited April 14, 2008 by wreath Quote Link to comment Share on other sites More sharing options...
eetu Posted April 14, 2008 Share Posted April 14, 2008 Yepp, at frame 50 $F is 50 and $F/30 is 1.666... Remember, you're really animating the position, not setting a velocity. You need to change $F/30 -> ($F-50)/30 If you change the transition frame, remember to replace it in both places eetu. Quote Link to comment Share on other sites More sharing options...
wreath Posted April 14, 2008 Author Share Posted April 14, 2008 Thanks eetu simple solution and works nicely i guessed it needs a different type of expression but it's ok 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.