Skip to main content
Inspiring
July 13, 2007
Question

Copy Motion

  • July 13, 2007
  • 1 reply
  • 156 views
So if I have some nice little timeline animations made by some artists. And I would like to use code to recreate the same effect is there a way to do it?

I highlighted the keyframes I'm interested in and pasted the XML (after a bit of difficulty, seems to be a bug there) into my Actionscript window/another text document. Lovely little XML.

Is there a way to step through each node and apply it's code to an arbitrary (of my choice) instance? I imagine that I could iterate through the nodes and attributes, etc. But is there any prebuilt thing?

Or does anybody have any ideas?
This topic has been closed for replies.

1 reply

RothrockAuthor
Inspiring
July 13, 2007
I'm so new to AS3. There is an Animator class that does this but only for AS3. Anybody know of a version for Flash 8?