Beta memo: at this time the forums and insider use two different registration and login systems. We're working on unifying the process, so if you register with your same e-mail on the forums and insider we'll merge your accounts later. To access the forums please use the login below. -Thanks.
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2009
    Posts
    5

    Question shake expressions

    Hi I am using Kewchew4.Soften taking its value from KeyChew5.soften

    but it has to be only after frame 691 before that i wanted it to be 0,

    so i wrote this exprssion

    Code:
    KeyChew4.soften=Frame>691?KeyChew5,soften:0
    but i get Frame is not identifed variable, and when i change it to %f or frame

  2. #2
    Join Date
    Apr 2005
    Posts
    462

    Default

    You want "time" rather than "frame" in Shake Like this:

    KeyChew4.soften = time > 691 ? KeyChew5.soften : 0

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •