tconkling / flump

Exports Flash .FLAs to GPU-friendly formats
MIT License
381 stars 70 forks source link

Class Flipbook #160

Open mathieuanthoine opened 7 years ago

mathieuanthoine commented 7 years ago

If you specify Flipbook as base class of a symbol, it becomes automatically a Flipbook without needing a named layer.

If you create a jsfl file that changes the base class to Flipbook, it will be easier for an animator to manage Flipbook's movieClips.

You just need to create a Flipbook class that inherits from Movieclip at the root of the project or add the creation of the Flipbook.as file dynamically with jsfl.

(I will create JSFL tools soon)