kotajurmi
11-09-2009, 03:30 PM
I am a total newbie with AS, I have this error...
please help
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at all_new_fla::MainTimeline/frame1()
stop();
import flash.events.MouseEvent;
gasa_btn.addEventListener(MouseEvent.CLICK, gasaStats);
function gasaStats(event:MouseEvent):void{
gotoAndStop("gasa");
}
thimphu_btn.addEventListener(MouseEvent.CLICK, thimphuStats);
function thimphuStats(event:MouseEvent):void{
gotoAndStop("thimphu");
}
back_btn.addEventListener(MouseEvent.CLICK, backHome);
function backHome(event:MouseEvent):void{
gotoAndPlay(1);
}
please help
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at all_new_fla::MainTimeline/frame1()
stop();
import flash.events.MouseEvent;
gasa_btn.addEventListener(MouseEvent.CLICK, gasaStats);
function gasaStats(event:MouseEvent):void{
gotoAndStop("gasa");
}
thimphu_btn.addEventListener(MouseEvent.CLICK, thimphuStats);
function thimphuStats(event:MouseEvent):void{
gotoAndStop("thimphu");
}
back_btn.addEventListener(MouseEvent.CLICK, backHome);
function backHome(event:MouseEvent):void{
gotoAndPlay(1);
}