flump icon indicating copy to clipboard operation
flump copied to clipboard

Adds customData feature

Open mathieuanthoine opened this issue 8 years ago • 1 comments

Adds the support of Flash Pro persistent Data in the JSON. Adds persistent data on MovieClip, Sprite, Keyframes and you will get them in the JSON in the parameter named "data" of each entity. The data property is an object that can contain custom data as many as you want, with correct types (string, integer, number, array of integers and numbers)

At the moment, the AS3 runtime has no direct access to these data. flump-pixi-runtime(haxe) will support it soon.

To simply edit persistent data, install the Persistent Data Panel : https://github.com/mathieuanthoine/AnimateCCPersistentDataTools

mathieuanthoine avatar Oct 13 '16 23:10 mathieuanthoine

customData support available on pixi-flump-runtime

mathieuanthoine avatar Oct 20 '16 08:10 mathieuanthoine