Upgrading actionscript

[FONT=Arial]
[/FONT][FONT=Arial][COLOR=#494920]I have an old fla. with actionscripting that plays with version 6 player, it makes my webpage go really slow , can someone help me update the actionscripting that I have.

MovieClip.prototype.onEnterFrame = function()
{
if (this.name != “”)
{
if (!this.defaultX) this.defaultX = this.
;
if (!this.defaultY) this.defaultY = this._y;
magnet = 500;

this.X0 = this._ ;
this.y0 = this._y;
this.X1 = root. mouse;
this.Y1 = _root._ymouse;

this.distanceX = this.X1-this.X0
this.distanceY = this.Y1-this.Y0
this.distance = Math.sqrt((this.distance

This is what the actionscript should do
[/COLOR][/FONT][FONT=Arial][COLOR=#000000]http://www.unpezvivo.com/[/COLOR][/FONT][FONT=Arial][COLOR=#494920]
Thank U [/COLOR][/FONT]