Particles.js include?
Hello,
Has anyone ever used an external library like Particles.js?
https://vincentgarreau.com/particles.js/
I have tried adding variety of ways:
- add the library to the global action panel, and then call the attribute script on a frame (pointing to a movieclip on the stage to apply the effect)
- loading the library in the head manually, and embeding the script on the HTML template page, keeping the frame on the stage as the target for the effect)
- calling the script with jQuery, and then loading the attribute script on complet.
...nothing seems to do the trick. Any suggestions?
