Activity › Forums › Adobe After Effects › jumpy text seen in scary movies
-
jumpy text seen in scary movies
Posted by Christopher Dykes on October 5, 2007 at 12:49 pmanybody know how to create that jumpy disturbing text seen in scary movies? thanx i appreciate it.
Aza Allen replied 14 years, 1 month ago 5 Members · 7 Replies -
7 Replies
-
Harry Frank
October 5, 2007 at 1:09 pmIf you can wait just a couple more weeks…
https://www.graymachine.com/content/index.php?option=com_content&task=blogsection&id=6&Itemid=35
There’s a lot of things you can do, but on the position, try this:
probability = 10 ;//higher is less likelyval = random(-probability, 1);
m = clamp(val, 0, 1)
y = wiggle(10, 200*m);
[value[0], y[1]]Harry J Frank
Freelance Motion Designer
graymachine.com -
Steve Roberts
October 5, 2007 at 1:10 pmLike this?
https://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&loc=en_us&extid=1046739
It’s more of a “project for exploration” rather than a tutorial. It uses the wiggle expression. Hope it helps.
-
Christopher Dykes
October 8, 2007 at 5:27 pmThis was a great tutorial, I must say. It is exactly what I was looking for. It there anyway to create it for a 16:9 aspect ratio? More importantly I was having a problem with the position expression of the really blurry text layer that jumps around a lot. When I put in the expression for the value of the position it kept moving off the screen instead of being centered. Do you have any tips or suggestions?
-
Ramon Montes
January 26, 2010 at 5:21 pmHey…did you ever find a solution on how to fix the text from moving off screen? I’m having the same issue and I don’t know how to fix it. I’m using CS3.
-
Aza Allen
March 9, 2012 at 2:53 amTutorial mentioned no longer works for newer versions of AE… is there another one? – preferably video tutorial…
My portfolio can be seen at http://www.ruesterprod.com
My personal website is http://www.azaallen.com -
Steve Roberts
March 9, 2012 at 3:09 amGoogle “wiggle expression” and “after effects” or try searching youtube for GDM223SR.
-
Aza Allen
March 12, 2012 at 9:14 pmA wiggle expression only gets you so far… I think what this effect also calls for (At least how I’ve seen it used) is also a part of an expression that keeps the text in one spot for a short time, and then it jumps to another random position within a set amount of space… or, better yet, have the pause interval also be random so it (being the text) would freeze for a moment, then wiggle a bit, then freeze in another position (With varying levels of opacity as well)…
anyone know how to accomplish this?
My portfolio can be seen at http://www.ruesterprod.com
My personal website is http://www.azaallen.com
Reply to this Discussion! Login or Sign Up