Create a Curvy Arrow Preset for After Effects
A text and path tutorial.
In this quick tutorial for Adobe After Effects, I demonstrate how you can combine text and mask paths to create a simple curved arrow / pointer you can save as a preset.
This works for Adobe After Effects CS6 and Creative Cloud users, although in the second part of the tutorial I show how to use JavaScript to draw the mask points and control the angle. This element is not available for CS6 users unfortunately.
Preset Download: https://bit.ly/3BigaMp
FontAwesome: https://fontawesome.com/
Copy the text from here:
………………………………………………………………………………………………………………………………………………………………………………………………………..
to just before here.
Expression used:
var cw = thisComp.width/2;
var ch = thisComp.height/2;
ArrowPoint = [effect(“Arrow head”)(“Point”)[0]-cw,effect(“Arrow head”)(“Point”)[1]-ch];
EndPoint = [effect(“End of the line”)(“Point”)[0]-cw,effect(“End of the line”)(“Point”)[1]-ch];
AnglePoint = [effect(“Angle”)(“Point”)[0]-cw,effect(“Angle”)(“Point”)[1]-ch];
createPath([EndPoint, ArrowPoint], [ArrowPoint,AnglePoint], outTangents = [], isClosed = false)
Just a quick note:This expression does not work with AE’s old ExtendScript, make sure you change Expressions language by going to File – Project Settings
###
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]
I’ve experimented with a method for curvy, floppy arrowheads using just 2 Strokes.
Can look a but funky, but also reminds me of a cartoony paper plane:
https://imgur.com/5Vyw1jU
That looks really cool.