How do I remove an object from a group without deleting that object?

Thanks. [import]uid: 162818 topic_id: 29384 reply_id: 329384[/import]

Hi there,

A display object can only belong to one group at a time, so one way to remove it from a group without deleting it is to just add it to another group. If there’s no other group you want to add it to, you would just add it to the stage (the “default” display group) like this: [lua]display.getCurrentStage():insert(yourObj)[/lua].

Hope this helps.

  • Andrew [import]uid: 109711 topic_id: 29384 reply_id: 118105[/import]

I’m gonna try this right now! I’ll report soon. [import]uid: 162818 topic_id: 29384 reply_id: 118107[/import]

I’m almost there! Thanks for helping me, dude! [import]uid: 162818 topic_id: 29384 reply_id: 118110[/import]