Comunidad de diseño web y desarrollo en internet online

ERROR en action script 3.0

Citar            
MensajeEscrito el 22 Nov 2010 11:00 pm
ESTOY HACIENDO UNA APLICACION EN FLASH PERO CADA VEZ QUE ESCRIBO ESTE CODIGO PARA PASAR A OTRO FOTOGRAMA ME APARECE ESTE ERROR. ALGUIEN PODRIA DECIRME A QUE SE DEBE? GRACIAS!



miClip.addEventListener(Event.EXIT_FRAME,entrar);
function entrar (event:Event) {
if (miClip.hitTestObject(casa)) {
gotoAndPlay (2);
}


}


TypeError: Error #1009: No se puede acceder a una propiedad o a un método de una referencia a un objeto nulo. at Sint_fla::MainTimeline/entrar()

Por CLAnonimo

Claber

600 de clabLevel

5 tutoriales
1 articulo

 

Este es un usuario anónimo genérico para las cuentas borradas o perdidas.

chrome
Citar            
MensajeEscrito el 23 Nov 2010 01:38 am
Pues que no estás definiendo hacia que clip quieres hacer el gotoAndPlay.

Ejemplo:

Código ActionScript :

function entrar (e:Event):void{
   if(DisplayObject(e.currentTarget).hitTest(casa)){
      DisplayObject(e.currentTarget).gotoAndPlay(2);
   }
}


Saludos, Hernán . -

Por Hernán

BOFH

6148 de clabLevel

19 tutoriales
23 articulos

Genero:Masculino   REC Desarrollador de GAIA

Marketing & IT

firefox

 

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