0
votes

I have two movieclips A and B when the movieclip A hits the movieclip B , I want the movieclip A to be removed what code should i write for this flash problem ?

1

1 Answers

0
votes

if you've got to the point that they really hit and you wanted to remove A

A.parent.removeChild(A);