Jump to content

Little expression problem


Recommended Posts

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 by wreath
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...