Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Movieclips vs Labels #1

Open
whatadewitt opened this issue Jun 10, 2016 · 0 comments
Open

Movieclips vs Labels #1

whatadewitt opened this issue Jun 10, 2016 · 0 comments

Comments

@whatadewitt
Copy link

I have a flump export with an library that has multiple movie clips,

action1
action2
action3
action4

These clips do not have frame labels in the FLA.

I would like to be able to say

movie = library.createMovie("action1");

movie.play(4, "action1").play(3, "action2").play(4, "action3").play(-1, "action4");

But it appears I would need to create an array of movie objects and dynamically add/remove them from the page? Am I misreading your documentation?

--d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant