These error keeps popping up ....
error #1010 : a tem has not been defined and ghas no properties
Can someone tell me what i am doing wrong ? and how to fix it ?
//LOAD RANDOM BACKGROUND FROM 1 TO 5
var randomNumber: Number = Math.ceil(Math.random()*5);
trace (randomNumber);
bkImage.source="RANDY/bk"+randomNumber+".jpg";
//LISTEN FOR THE CLICK OF THE MOVIES
content_mc.about_btn.addEventListener(MouseEvent.CLICK, aboutClick);
function aboutClick(e:MouseEvent):void{
trace("homeClick")
}
North America
Europe, Middle East and Africa
Asia Pacific