2D Toolkit Forum
2D Toolkit => Support => Topic started by: mike2d on July 08, 2012, 10:21:12 am
-
hi all,
clipId's are associated with anim. when adding/removing anime, clipId's are redistributed aren't they ?
that's kinda annoying because I'm using constants to references clipId's in scripts.
is there a way to include a clipId's management system in the editor in future releases ? to be able to re-assign id's, to reorder them (D&D or text fields)...
-
clipIds are assigned sequentially, but are permanent. Deleting a clip will empty the slot, but will not change the clipIds of everything else around it, so storing references in scripts are perfectly fine.
-
my bad ;D
nice, thanks