ok i have the bee leaving a trail of dots but for some reason when i remove them the code leaves every eighth one.
Code:onClipEvent (enterFrame) { _root.gone=_root.i-20 _root.i++; trace(_root.gone) _root.dot.duplicateMovieClip("dot"+_root.i,_root.i); _root["dot"+_root.i]._x = _root.theBee._x; _root["dot"+_root.i]._y = _root.theBee._y; removeMovieClip(_root["dot"+_root.gone]); }




Reply With Quote
