# Upgrading actionscript

**URL:** https://forum.kirupa.com/t/upgrading-actionscript/201694
**Category:** Uncategorized
**Created:** [September 24, 2006, 2:53am UTC](https://forum.kirupa.com/t/upgrading-actionscript/201694 "2006-09-24T02:53:04Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![l\_affreux](https://avatars.discourse-cdn.com/v4/letter/l/b3f665/32.png) [@l\_affreux](https://forum.kirupa.com/u/l_affreux)
#### Post date: [September 24, 2006, 2:53am UTC](https://forum.kirupa.com/t/upgrading-actionscript/201694/1 "2006-09-24T02:53:04Z")

</div>

[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]](http://www.unpezvivo.com/)[FONT=Arial][COLOR=#494920]  
Thank U [/COLOR][/FONT] ![](http://www.billybussey.com/forum/images/smilies/smile.gif)
