At 10/28/08 10:27 AM, WolfAkela wrote:
removeMovieClip() only works for MCs which have positive depth.
Use swapDepths(_root.getNextHighestDepth()) before that.
Even when I do that it comes up with this:
**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 2: Statement must appear within on/onClipEvent handler
this._x=_root._xmouse
**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 3: Statement must appear within on/onClipEvent handler
this._y=_root._ymouse
**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 6: Statement must appear within on/onClipEvent handler
this._xscale = this._yscale = Math.random() * 40 + 10
**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 9: Syntax error.
var xSpeed = Math.random() * -3 %uFFFD 3
Total ActionScript Errors: 4 Reported Errors: 4