We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: