SIGN IN
::
SPONSORS
::
ABOUT US
::
CONTACT US
FORUMS
TUTORIALS
MAGAZINE
TRAINING
VIDEOS - REELS
PODCASTS
EVENTS
SERVICES
NEWSLETTER
NEWS
BLOGS
ADOBE AFTER EFFECTS:
Home
Forum
Basics
Expressions
Tutorials
Podcasts
Motion Graphics
Training
Cinema 4D
FAQ
Re: UPDATE Random Scale Expression
Cow Forums
:
Adobe After Effects
FAQ
•
VIEW POSTS
•
ADD A NEW POST
•
SEARCH
•
CHANGE FORUM
Respond to this post
•
Return to posts index
•
Read entire thread
Re: UPDATE Random Scale Expression
by
LGABoarder
on Jan 2, 2008 at 5:43:27 pm
So I came up with this script which does everything I need except it scales as if I used Hold keyframes- any way to interpolate between time? Thanks!
holdTime = .2; //time to hold each position (seconds)
seed = Math.floor(time/holdTime);
seedRandom(seed,true);
multiplier = random(1,8);
Scaler = thisComp.layer("Scale Shaker").effect("Slider Control")("Slider");
Shaker = transform.scale[0]+multiplier;
if (Scaler > 0){
[Shaker,Shaker];
}else {[value[0],value[1]];}
Respond to this post
•
Return to posts index
•
Read entire thread
Current Message Thread:
Random Scale Expression
by LGABoarder on Jan 1, 2008 at 10:28:54 pm
Re: UPDATE Random Scale Expression
by LGABoarder on Jan 2, 2008 at 5:43:27 pm
Re: UPDATE Random Scale Expression
by Ross Gerbasi on Jan 2, 2008 at 6:31:12 pm
Re: UPDATE Random Scale Expression
by Jeff McBride on Jan 3, 2008 at 4:27:43 pm
Re: UPDATE Random Scale Expression
by Ross Gerbasi on Jan 3, 2008 at 9:58:42 pm
Note:
If you are a registered user please
click here to login
before posting.
Your post will not be accepted if your name and email address are not registered in our database. Click
here
if you do not have an account.
Name
E-Mail Address
Subject
E-Mail me when someone responds
Just This Message
Entire Thread
None
Message:
Note:
The following are HTML characters and may cause parts of your post to disappear if not used correctly: < > &
To include any portion of the post in your response, highlight the desired text and hit the "Q" key.
Read more...
Add your message signature
Note:
By clicking "Post Direct" button above, you are agreeing to the Creative Cow's
Code of Conduct
.
FORUMS
•
TUTORIALS
•
MAGAZINE
•
TRAINING
•
VIDEOS - REELS
•
PODCASTS
•
EVENTS
•
SERVICES
•
NEWSLETTER
•
NEWS
•
BLOGS
©
CreativeCOW.net
All rights are reserved.
[
Top
]