حالا اگر بتونه چي ميشهBlack_scorpion گفت:
this._visible = false;
var numrotos = 5;
for (n = 0; n < numrotos; n++)
{
newroto = "roto" + String(n);
this.attachMovie("roto", newroto, n + 1);
this[newroto].theta = n * 360 / numrotos;
this[newroto].panel = 22;
this[newroto].radius = 250;
this[newroto].rotographic.gotoAndStop(n + 1);
} // end of for
this.title.swapDepths(100);
if (_root._ymouse < 20 || _root._ymouse > 380)
{
speed = speed * 0.950000;
}
else
{
speed = -_xmouse / 60;
} // end if
this._visible = true;