Question
Help with error #1010
stop();
closeBtn.addEventListener(MouseEvent.CLICK,closebtn1);
function closebtn1(e:MouseEvent){
MovieClip(root).flashBox1.visible = false;
}
I have the following error (with debugging on) when the code above executes, any ideas why?
TypeError: Error #1010: A term is undefined and has no properties.
at JandB0_Scene1_fla::flashBox1_9/closebtn1()[JandB0_Scene1_fla.flashBox1_9::frame5:4]