Jump to content

Loading sprites exported from Flash?


Marzullo
 Share

Recommended Posts

JSON (not json-array) works out of the box, and you can reference the frames directly by id name

Note though that Flash appends a bunch of "0000"s to the names. So if your movie clip is "ball" in the json it'll be "ball0000". Personally I just delete that 0000 from the json

Link to comment
Share on other sites

By the way - if you're like me, coming to PIXI from flash and trying to port some stuff over - this workflow is fantastic.

Animate CC still allows some actionscript on the timeline, so you can write a few snippets to export configuration data to pass to pixi (x,y,width,height for the *sprites*).

That's a game-logic kind of thing (configuration json, not texture atlas json), but I found it to be super awesome that I could use Flash as like a design stage, and then export a texture atlas and configuration data which PIXI uses to lay stuff out - and it matches 1:1

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...