# Self-animating line art

**URL:** https://forum.kirupa.com/t/self-animating-line-art/274089
**Category:** flash
**Created:** [October 24, 2008, 5:15pm UTC](https://forum.kirupa.com/t/self-animating-line-art/274089 "2008-10-24T17:15:00Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![whsu](https://avatars.discourse-cdn.com/v4/letter/w/5fc32e/32.png) [@whsu](https://forum.kirupa.com/u/whsu)
#### Post date: [October 24, 2008, 5:15pm UTC](https://forum.kirupa.com/t/self-animating-line-art/274089/1 "2008-10-24T17:15:00Z")

</div>

I have a pretty simple task, but there doesn’t seem to be an easier way to do it. Basically, I want to draw an arrow out that follows a non-linear arbitrary path. It’s basically like having a piece of line art that draws itself out. For my purposes, I would need the path that is drawn behind it to be slightly transparent.

Right now, the only thing I can think of is tweening all the straight parts of the arrow and then doing all the bends frame by frame. If tween the bends, I need to do them on separate layers, or else the tweening goes crazy. But then you are able to see all the parts when I turn the opacity down.

Anybody got any suggestions?
