Converting AS2 to AS3 Please!
Hi guys.
I having a major problem in trying to convert an old AS2 code into AS3.
It would be great if you guys could help in anyway you can.
onClipEvent (enterFrame)
{
this;
if (_x > 520)
{
setProperty(this, _x, -20);
} // end if
this;
if (_x < -20)
{
setProperty(this, _x, 520);
} // end if
setProperty(this, _x, _x + Number(1.250000E+000));
}
