05/04/2002, 02:20
|
| | Fecha de Ingreso: julio-2001 Ubicación: Barcelona
Mensajes: 922
Antigüedad: 23 años, 4 meses Puntos: 1 | |
Re: subir y bajar el _alpha con actionscript Hola, pq no pruebas esto:
onClipEvent (enterFrame) {
_root.j=_alpha;
_alpha += (ax - _alpha)/15;
if (_alpha>94) {
ax=0;
}
if (_alpha<0.5) {
ax=100;
}
}
onClipEvent (load) {
_alpha=100;
}
Quiza te sirva.
Saludos
<html><center><embed src="http://www.isencia.com/test/ninot.swf" height=125 width=360>
</embed></center></html> |