help with interpolate
prince.studios
Member Posts: 77
hi every one
i want help with interpolate......Ex:- when actor hit another it will interpolate otherwise it wont
my problem is when it hits it interpolate in the first time but in the second hit it wont interpolate
if any one can help me if there any way to reset interpolate or something ???? plz help
i want help with interpolate......Ex:- when actor hit another it will interpolate otherwise it wont
my problem is when it hits it interpolate in the first time but in the second hit it wont interpolate
if any one can help me if there any way to reset interpolate or something ???? plz help
Comments
for 10 seconds
You need to return the values you interpolated back to their original settings if you want the same interpolation to run again, you can interpolate them back or simply change attribute.
When you are reducing the value of the alpha channel nothing exists passed 0.
Once you have gone passed 0 - at which point the actor is invisible - the actor doesn't continue to become 'more invisible'.
You can enter -5 or -9 or -1,000,000 and all it will do is make the alpha channel 0 as there is no such thing as a negative alpha value.
just i want to ask one thing can i rest an interpolate behavior
I've already answered this for you . . .