PDA

View Full Version : What is AS3's term for follow path?


SCELF
02-07-2009, 12:05 AM
Hi there, I was looking into CS4 and how it had object oriented paths, and I was very interested in the matter. However what was more interesting is the thought that if there's a path action in the GUI, then perhaps there's actionscript for it as well.

I'll research this once I know what it's called, sorry for asking but it's hard to find information if you don't know what the term is :P

senocular
02-07-2009, 01:22 AM
Following a path does not exist in ActionScript. What you see in Flash is done with frame-by-frame animation.

Flash Gordon
02-07-2009, 09:27 AM
well....maybe you could right click on the timeline and use the "animator" tool to give you an XML read out which represents the timeline tween which can be used to animate via actionscript.