hello,
I have a movieclip in flash cs3 that I would like to remove once it hits a certain frame. So what i did was put a keyframe at the end of the animation of the movieclip and in the actions panel i put MovieClip(parent).removeChild(this);
However sometimes i get a null pointer reference error when I run that. So what would be the best way for me to remove the object once its done animating?
thanks
-mad_man