Creative COW SIGN IN :: SPONSORS :: ADVERTISING :: ABOUT US :: CONTACT US
Creative COW's LinkedIn GroupCreative COW's Facebook PageCreative COW on TwitterCreative COW's Google+ PageCreative COW on YouTube
ADOBE AFTER EFFECTS:HomeForumBasicsExpressionsTutorialsPodcastsAE TechniquesTrainingCreative Cloud DebateFAQ

increasing and decreasing number

COW Forums : Adobe After Effects Expressions

<< PREVIOUS   •   FAQ   •   VIEW ALL   •   PRINT   •   NEXT >>
Share on Facebook
Aqeel Arruhailiincreasing and decreasing number
by on Aug 7, 2012 at 11:08:10 am

What is the best way to display a number ranging from 200 -300 increasing and decreasing randomly while sticking to order ..for example 230,231,232,231,232,233,234,233,232
thanks in advance...


Return to posts index
Reply   Like  

Dan EbbertsRe: increasing and decreasing number
by on Aug 7, 2012 at 1:36:04 pm

Maybe a source text expression like this:

minVal = 200;
maxVal = 300;
f = 0.1; // frequency

r = transform.rotation;
w = r.wiggle(f,1)-r;
Math.round(linear(w,-1,1,minVal,maxVal))


Dan



Return to posts index
Reply   Like  

Aqeel ArruhailiRe: increasing and decreasing number
by on Aug 7, 2012 at 4:40:41 pm

Thnks a lot


Return to posts index
Reply   Like  

<< PREVIOUS   •   VIEW ALL   •   PRINT   •   NEXT >>
Share on Facebook


FORUMSTUTORIALSMAGAZINESTOCKYARDVIDEOSPODCASTSEVENTSSERVICESNEWSLETTERNEWSBLOGS

Creative COW LinkedIn Group Creative COW Facebook Page Creative COW on Twitter
© 2013 CreativeCOW.net All rights are reserved. - Privacy Policy

[Top]