Removing transition object.

Hi,
I am playing transition with an object and its onComplete method I use reverse transition and it’s create another object.but when I move to another screen then the object will remain on every screen.
How can i remove this object.
If any idea then suggest.

Thanks. [import]uid: 75428 topic_id: 13464 reply_id: 313464[/import]

are you using Director to go to another screen ? then make sure that the object is added to a local group which is returned for Director. or else you should remove it manually using object:removeSelf() [import]uid: 71210 topic_id: 13464 reply_id: 49426[/import]

Technowand is correct if you are using director, which is what it sounds like - but make sure you also cancel any transitions that are going on when you change scenes, otherwise you will get an error :wink: [import]uid: 52491 topic_id: 13464 reply_id: 49441[/import]

Its sound like great.
Thanks. [import]uid: 75428 topic_id: 13464 reply_id: 49460[/import]