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: Random Scale Multiple Layers
Cow Forums
:
Adobe After Effects Expressions
VIEW POSTS
•
ADD A NEW POST
•
SEARCH
•
CHANGE FORUM
Respond to this post
•
Return to posts index
•
Read entire thread
Re: Random Scale Multiple Layers
by
Dan Ebberts
on Nov 3, 2009 at 7:55:26 pm
You could start with something like this:
minFreq = 1;
maxFreq = 3;
minAmp = 25;
maxAmp = 100;
seedRandom(index,true);
freq = random(minFreq,maxFreq);
amp = random(minAmp,maxAmp);
w = wiggle(freq,amp);
[value[0],w[1]]
If you wanted to, you could link the min and max parameters to sliders, or you could put the random part of the expression in sliders to caluclate freq and min and link your wiggle expression to those. Lots of options.
Dan
Respond to this post
•
Return to posts index
•
Read entire thread
Current Message Thread:
Random Scale Multiple Layers
by alek Ivanov on Nov 3, 2009 at 4:09:45 pm
Re: Random Scale Multiple Layers
by Dan Ebberts on Nov 3, 2009 at 7:02:57 pm
Re: Random Scale Multiple Layers
by alek Ivanov on Nov 3, 2009 at 7:45:00 pm
Re: Random Scale Multiple Layers
by Dan Ebberts on Nov 3, 2009 at 7:55:26 pm
Re: Random Scale Multiple Layers
by alek Ivanov on Nov 4, 2009 at 9:07:16 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...
Please post Expressions Code in the box below:
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
]