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
Thread: shake expressions
-
12th January 2009, 05:11 #1
Member
- Join Date
- Jan 2009
- Posts
- 5
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
but i get Frame is not identifed variable, and when i change it to %f or frameCode:KeyChew4.soften=Frame>691?KeyChew5,soften:0
-
12th January 2009, 14:43 #2
You want "time" rather than "frame" in Shake
Like this:
KeyChew4.soften = time > 691 ? KeyChew5.soften : 0

Reply With Quote
