If the SWF library supports Sound, that would be great

If the SWF library supports Sound, that would be great

This is definitely worth trying

Everyone is using the SWF library, and they all hope that the SWF library can continuously improve its functionality and performance

The SWF library is a great feature that allows users to use Adobe Animation (Adobe Flash) to create animations

I firmly believe that most people, like me, use Adobe Animation (Adobe Flash) to create animations. The SWF library can use our animations on any platform, which is great

I have been paying attention to the SWF library and hope that it can add more functional support and improve performance. Thank you

I lean on Starling when dealing with animations, as it’s geared towards handling spritesheets. In this way, you can export your animations from anywhere (including Adobe Animate) as image sequences (with alpha). These are converted to optimised spritesheets using something like TexturePacker 6.0.1 (detailed here).

In Starling, these sequences are placed in a Starling MovieClip. These can then have sound/s attached to them at specified frames, using the movieClip.setFrameSound() method.

See this example:

The advantage Starling with spritesheets has over say an SWF asset, is that it’s GPU optimised, and incredibly performant.

1 Like

Does Sterling support luminous filters?

Here’s Starling’s collection of filters:

And an example file:

1 Like