21/06/2004, 17:02
|
| | | Fecha de Ingreso: diciembre-2003 Ubicación: A un click de distancia
Mensajes: 1.044
Antigüedad: 20 años, 11 meses Puntos: 11 | |
Continuo con la duda!!
Esto es lo que dice macromedia:
---------------------------------------------
TextField._alpha
Availability
Flash Player 6.
Usage
TextField ._alpha
Description
Property; sets or retrieves the alpha transparency ( value ) of the text field specified by TextField . Valid values are 0 (fully transparent) to 100 (fully opaque).
Example
The following statements set the _alpha property of a text field named text1 to 30%.
on(release) {
text1._alpha = 30;
}
-----------------------------
Pero el problema es que on(release) es para botones y yo me refiero a un textField
si utilizo onClipEvent tmb falla por que hace referencia a un clip de pelicula, que debo hacer??
__________________ -- Nunca te des por vencido, aún vencido -- Web |