It's been a while since I posted here. FIRST its great to see the advances in 3DFA.
I am VERY new to AS3 so you may be hearing a lot from me.
Is there a way in the new version and AS3 (or AS2) to script elements to follow a path?
Especially clones?
Printable View
It's been a while since I posted here. FIRST its great to see the advances in 3DFA.
I am VERY new to AS3 so you may be hearing a lot from me.
Is there a way in the new version and AS3 (or AS2) to script elements to follow a path?
Especially clones?
You can use the AnimatePath class to script an element to follow a path, but at the moment, this only applies to whatever elements were added to the Path element.
It would be desirable to allow any element or clone to be scripted, so we will add a method to the Path element to allow changes to its element list.