Pretty simple question, not sure if any answer will be quite so simple.
Basically, I have a nice little actor sprite object and what I would like to know is if it is possible to import a whole animation into said object.
If not, I don't see a huge deal in it. I just would like to know because I want to keep as little project data within the project files as possible, and rather store information about the game (animations, stats, actions, & etc.) in JSON files that I or project members can edit without having to delve into the project itself.