2D Toolkit Forum

2D Toolkit => Support => Topic started by: mike2d on July 08, 2012, 10:21:12 am

Title: clipId
Post 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)...

Title: Re: clipId
Post by: unikronsoftware on July 08, 2012, 12:25:13 pm
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.
Title: Re: clipId
Post by: mike2d on July 08, 2012, 01:11:32 pm
my bad  ;D

nice, thanks