Comunidad de diseño web y desarrollo en internet online

Ayuda con Action Script 2

Citar            
MensajeEscrito el 30 Mar 2011 08:20 pm
Hola, espero me puedan ayudar con este código que llevo días dandole vueltas, necesito que al hacer el Hitest. ejecute una accion, como por ejemplo cargar una foto de la biblioteca.

Código :

ball1.onEnterFrame = function() {  
                                               status01.text = this.hitTest(box1);                          // funciona bien
                                               if ( this.hitTest(box1) )                                                  // he probado (status01.text == "true")
                                                               this.ok._visible = true;                                  // aparezca
                                               else
                                                               this.nok._visible = true;                               // desaparezca                                                
                                                               }



espero puedan ayudarme, muchas gracias.

Por leal

1 de clabLevel



 

chrome
Citar            
MensajeEscrito el 30 Mar 2011 09:05 pm

Código ActionScript :

if (this.hitTest(box._x,box._y,true)) { 
//Aca va la accion
}

Por MaxiiSan20

Claber

168 de clabLevel



Genero:Masculino  

Montevideo

firefox
Citar            
MensajeEscrito el 30 Mar 2011 09:15 pm
gracias, lo probare y les cuento....

Por leal

1 de clabLevel



 

chrome

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.