Question
1120: Access of undefined property Home_btn.
Hi, Im new in Flash CS3. I have a flash tutorial and and im
doing exactly what the tutorial does but with my design.
I an standing in the Home frame and writing this on the action label
stop();
function onHomeClick(evt:MouseEvent):void {
gotoAndStop("Home");
}
Home_btn.addEventListener(MouseEvent.CLICK, onHomeClick);
The error i recieve is this
1120: Access of undefined property Home_btn.
I just want to configure the buttons to navigate.
Any ideas?
Do i have to define the buttons some other way?
Thanks
I an standing in the Home frame and writing this on the action label
stop();
function onHomeClick(evt:MouseEvent):void {
gotoAndStop("Home");
}
Home_btn.addEventListener(MouseEvent.CLICK, onHomeClick);
The error i recieve is this
1120: Access of undefined property Home_btn.
I just want to configure the buttons to navigate.
Any ideas?
Do i have to define the buttons some other way?
Thanks