michdd
February 17th, 2009, 11:10 AM
Is there a way I can make something removeChild IF it's added? Because it might not be added, but I need it to remove it IF it is.
Magik5
February 17th, 2009, 11:39 AM
contains?
e.g.
if(this.contains(myMC)) removeChild(myMC);
michdd
February 17th, 2009, 01:18 PM
edit: figured it out.
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.