What is the proper way to remove objects? I'm receiving an error

Hmm, the only possibility I can think of without seeing the rest of your code is to make sure you’re not removing any bullets/ bombs from a table while looping through it. Sorry, let us know if you find a solution!

[import]uid: 36792 topic_id: 31588 reply_id: 126748[/import]

@ArdentKid thank you for the pooling method! it works like a charm and really makes a difference! [import]uid: 70635 topic_id: 31588 reply_id: 126778[/import]

Have you tried checking
if obj then display.remove(obj) obj=nil

in each step? If you put up some plug and play happy to test this for you. [import]uid: 52491 topic_id: 31588 reply_id: 126915[/import]