ShiveringCactus VFX Tutorial Adobe After Effects Curvy Arrow Point at Stuff

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.

Some contents or functionalities here are not available due to your cookie preferences!

This happens because the functionality/content marked as “Google Youtube” uses cookies that you choosed to keep disabled. In order to view this content or use this functionality, please enable cookies: click here to open your cookie preferences.

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!

This image has an empty alt attribute; its file name is WebNewsprint_Cow_Newsletter_Depositphotos_21902427_1200-1024x576-1.jpg

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

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy