-
Notifications
You must be signed in to change notification settings - Fork 33
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
Sample Project #78
Comments
One way is to publish your projects to the same folder, giving them different stage names and namespaces in publish settings. Then combine them by using one Scene but call load for each exported js file.
Or in the words of @bigtimebuddy:
Alternatively if you have your own pixi application or stage already, you could bypass the Scene and just use the pixi-animate load function in isolation:
Or for more control over your hierarchy, you could still use load, but access the stage constructors once loaded.
|
I have been trying to use the library, I have successfully exported the fla file into js and HTML files.
The problem is that I didn't find any sample project using pixi-animate that uses all its methods like nested child stag anyone has please share.
The text was updated successfully, but these errors were encountered: