Código ActionScript :
this.addEventListener(Event.ENTER_FRAME, testColision);
function testColision(e:Event):void{
if(bolita.hitTestObject(muros)){
this.gotoAndStop(2);
}
}Al testearlo, me da este error:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at Untitled_fla::MainTimeline/testColision()[Untitled_fla.MainTimeline::frame1:17]
Creo que está muy fácil pero no puedo verlo, alguna ayuda? Gracias de antemano.
