ESTE ES LO QUE OCUPO:
clip1._alpha = 0;
boton_btn.onPress = function() {
onEnterFrame = function () {
if (clip1._alpha<100) {
clip1._alpha += 10;
}
if (clip1._alpha == 100) {
trace("Hola");
}
};
};
Comunidad de diseño web y desarrollo en internet online
|
|
Por venecia Claber 134 de clabLevel
Envíale un mensaje privado Email |
|
2007
|
|
|
Por tribak Claber 2448 de clabLevel
6 tutoriales
|
|
Fotógrafo o algo
|
|
|
Por venecia Claber 134 de clabLevel
Envíale un mensaje privado Email |
|
2007
|
|
|
Por venecia Claber 134 de clabLevel
Envíale un mensaje privado Email |
|
2007
|