when i go to pop1
director:openPopUp( "pop1" )
go out pop1
director:closePopUp()
how can i clean object in the pop1?
thanks [import]uid: 45977 topic_id: 24556 reply_id: 324556[/import]
when i go to pop1
director:openPopUp( "pop1" )
go out pop1
director:closePopUp()
how can i clean object in the pop1?
thanks [import]uid: 45977 topic_id: 24556 reply_id: 324556[/import]
asked for help thx [import]uid: 45977 topic_id: 24556 reply_id: 100468[/import]
If all the objects in pop1 are in the display group which pop1 returns, then director cleans them up for you.
So if objects are not cleaned up, add them to the display group.
If you create any system listeners in pop1, free them manually before you change scene back. [import]uid: 108660 topic_id: 24556 reply_id: 100492[/import]
@jeff472
yes, i will remove timer and event listener in pop1.good job
thanks jeff472 [import]uid: 45977 topic_id: 24556 reply_id: 100522[/import]