lyman12
April 25th, 2002, 08:19 PM
Can someone tell me how to get rid of an instance of a movie clip in the following Scenario. I have tried several methods, e.g., setProperty _visible to false, and the setProperty _scale to 0 (below). But none of these methods really get rid of instance; it merely hides them.
if (_root.yellow, hitTest(_root.wall)) {
speedx = 0;
        speedy = 0;
        setProperty("_root.yellow", _xscale, 0);
        setProperty("_root.yellow", _yscale, 0);
}
Thanks.
if (_root.yellow, hitTest(_root.wall)) {
speedx = 0;
        speedy = 0;
        setProperty("_root.yellow", _xscale, 0);
        setProperty("_root.yellow", _yscale, 0);
}
Thanks.