Hello Guest

Author Topic: clipId  (Read 5216 times)

mike2d

  • 2D Toolkit
  • Jr. Member
  • *
  • Posts: 63
    • View Profile
clipId
« 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)...


unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: clipId
« Reply #1 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.

mike2d

  • 2D Toolkit
  • Jr. Member
  • *
  • Posts: 63
    • View Profile
Re: clipId
« Reply #2 on: July 08, 2012, 01:11:32 pm »
my bad  ;D

nice, thanks