Object refuses to be removed from a group!

I still don’t know what’s happening:

I have a group where I’ve been inserting objects normally.
Until I inserted a specific object that’s an image.

When I tried to remove it, nothing happened. There were no errors in the terminal, so I tried:

  • changing the image filename
  • changing the object name
  • changing the order of objects being removed
  • removing some of its parameters
    …and so on.

The only way I managed to remove it was to check the group.numChildren when it was added, then remove it by its number. Only then I managed to remove it.

What could be happening?! [import]uid: 11130 topic_id: 3868 reply_id: 303868[/import]

Any solutions to this? It looks a lot like a bug! [import]uid: 11130 topic_id: 3868 reply_id: 13917[/import]

Are you absolutely sure you’re not re-adding it based on some timer or event?

Are you absolutely sure you’re calling the right remove function?

Are you absolutely sure it is simply the image filename which causes it to be immoveable?

Can you post your code?

matt. [import]uid: 8271 topic_id: 3868 reply_id: 14103[/import]