28/11/2008, 09:28
|
| | | Fecha de Ingreso: noviembre-2007 Ubicación: yecla murcia
Mensajes: 1.346
Antigüedad: 17 años Puntos: 51 | |
Respuesta: llamar funcion al cargar swf... if ( _root.sec == "pic"){
_root.pictures.gotoAndPlay("s2");
} else {
_root.pictures.onRollOver=function(){
gotoAndPlay("s1");
}
_root.pictures.onReleaseOutside=function(){
gotoAndPlay("s2");
}
_root.pictures.onPress=function(){
}
}
__________________ Sobran las ideas cuando faltan ganas de trabajar en ellas Lynxcraft |