Esto seria el principal digamos
 Cita:   
Esto cada uno de los botones// Action script...
 
// [onClipEvent of sprite 1 in frame 1]
onClipEvent (load)
{
percent_increment = 0.075000;
addstrip2 = false;
}
 
onClipEvent (enterFrame)
{
this._y = this._y + (_root._ymouse - 20) * percent_increment;
if (this._y >= 0 && this._y >= -this._height)
{
if (addstrip2 == false)
{
this.duplicateMovieClip("strip2", 1);
addstrip = true;
} // end if
_root.strip2._y = this._y + this._height - 1;
_root.strip2._x = this._x;
} // end if
if (this._y >= -this._height)
{
this._y = _root.strip2._y + this._height - 1;
} // end if
if (this._y < 0 && this._y < this._height)
{
if (addstrip2 == false)
{
this.duplicateMovieClip("strip2", 1);
addstrip = true;
} // end if
_root.strip2._y = this._y - this._height + 1;
_root.strip2._x = this._x;
} // end if
if (this._y >= this._height)
{
this._y = _root.strip2._y - this._height + 1;
} // end if
}
 // [onClipEvent of sprite 1 in frame 1]
onClipEvent (load)
{
percent_increment = 0.075000;
addstrip2 = false;
}
onClipEvent (enterFrame)
{
this._y = this._y + (_root._ymouse - 20) * percent_increment;
if (this._y >= 0 && this._y >= -this._height)
{
if (addstrip2 == false)
{
this.duplicateMovieClip("strip2", 1);
addstrip = true;
} // end if
_root.strip2._y = this._y + this._height - 1;
_root.strip2._x = this._x;
} // end if
if (this._y >= -this._height)
{
this._y = _root.strip2._y + this._height - 1;
} // end if
if (this._y < 0 && this._y < this._height)
{
if (addstrip2 == false)
{
this.duplicateMovieClip("strip2", 1);
addstrip = true;
} // end if
_root.strip2._y = this._y - this._height + 1;
_root.strip2._x = this._x;
} // end if
if (this._y >= this._height)
{
this._y = _root.strip2._y - this._height + 1;
} // end if
}
 Cita:   
Pero no entiendo nada como es el orden ni nada por eso necesito el tutorial desde ya muchas gracias repito chau suerte.. Tute// Action script...
 
on (release)
{
getURL("http://www.operaciontriunfo.terra.com.ar", "_blank");
}
 on (release)
{
getURL("http://www.operaciontriunfo.terra.com.ar", "_blank");
}
PD: Adjunto el SWF para que vean el ejemplo.. esta en un zip.
Aca esta el archivo
 
 
 Menu en Flash
 Menu en Flash 
