- Plantillas Web
- Plantillas E-commerce
- Plantillas de CMS y Blog
- Plantillas Facebook
- Constructor Web
Agregar etiquetas a ficheros: cursor
¿Cómo quitar un vínculo y un cursor de mano?
Trabajar con XML Flash, Tutoriales de Plantillas XML Flash, Plantillas XML Flash
|
noviembre 15 2010
In this tutorial you will learn the way to remove link, hand cursor, and rollover effects from image:
1) Locate pages symbol and the page itself
2) Select image you need to remove actions and press F9, you should see similar code:
onClipEvent (load) {
this.hitArea = this.area
num = 1;
}
on (rollOver) {
this.gotoAndPlay("s1");
}
on (rollOut, releaseOutside …