Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/11/2008, 09:28
Avatar de Lynxcraft
Lynxcraft
 
Fecha de Ingreso: noviembre-2007
Ubicación: yecla murcia
Mensajes: 1.346
Antigüedad: 16 años, 5 meses
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