ICD2k3
02-08-2008, 06:06 PM
Hey guys,
In as2 I would detect if a movie clip was on the stage by something like this:
if(mc.getDepth() != undefined) { // remove movie clip }
however, i can't do this in as3. How do you detect if a movie clip is on the stage or not?
In as2 I would detect if a movie clip was on the stage by something like this:
if(mc.getDepth() != undefined) { // remove movie clip }
however, i can't do this in as3. How do you detect if a movie clip is on the stage or not?