
Create a Doctor Who (2010) Time Vortex in After Effects
A Trapcode Particular and CC Particle World tutorial. Geronimo! Fly down the time tunnel as seen by Matt Smith’s timelord. Avoid the storm clouds, lightning strikes and plunge into fire. This Adobe #AfterEffects #tutorial aims to recreate Framestore’s iconic title sequence which reimagined the time #vortex.
Part of the Makin’ Wormhole series, I show how to adapt the Wormhole projects to by changing their textures. Then using a nifty expression covered in those tutorials, I show how to add lightning within the clouds and how to change the tunnel from the tornado to the flames.
Links mentioned:
Making a Particle Tunnel using CC Particle World: https://youtu.be/0oz62W7LuK8
Making a Particle Tunnel using Trapcode Particular: https://youtu.be/T-ZYc3QRzHQ
Fonts:
Doctor Who fonts: https://twitter.com/claytonhickman/st…
Name Font: https://www.cufonfonts.com/font/matt-…
Dan Ebbert’s expression for altering the radius based on keyframes (remember to replace the GREATER_THANs and LESS_THAN):
fadetime = 0.1;
dur = 0.2;
p = effect(“Tunnel Position (%)”)(“Slider”);
val = 0;
if(p.numKeys GREATER_THAN 0){
n = p.nearestKey(time).index;
if(p.key(n).time GREATER_THAN time) {
n–;
}
if(n GREATER_THAN 0){
t = p.key(n).time;
if(time LESS_THAN t+dur){
val = linear(time, t, t+fadetime, -70, 80);
} else {
val = linear(time, t+dur, t+dur+fadetime, 80, -70);
}
}
 }val
Enjoying this tutorial? Sign up now for the Creative COW Newsletter!

Sign up for the Creative COW newsletter and get weekly updates on industry news, forum highlights, inspirational tutorials, tips, burning questions, and more! Receive bulletins from the largest, longest-running community dedicated to supporting professionals working in film, video, and audio.
Enter your email address, a first and last name, and let us know what you’d like to see more of in the message!
[contact-form-block name_label=”Name” email_label=”E-mail” message_label=”Message” header=”false” header_image_id=”null” header_image_size=”50″ header_image_align=”left” header_title=”Get in Touch” header_text=”Leave your message and we’ll get back to you shortly.” button_text=”Send” button_color=”#3d84f6″ button_text_color=”white” align=”undefined” theme=”default” message_rows=”5″][/contact-form-block]
Responses