Error #1010
Im a beginner at action script and some of the buttons work but as soon as it reaches another page/frame, all of the buttons seem to not work.
TypeError: Error #1010: A term is undefined and has no properties.
at Interactive_storyboard_group_project_fla::MainTimeline/frame11()[Interactive_storyboard_group_project_fla.MainTimeline::frame11:3]
at flash.display::MovieClip/gotoAndPlay()
at Interactive_storyboard_group_project_fla::MainTimeline/fl_ClickToGoToAndPlayFromFrame_5()[Interactive_storyboard_group_project_fla.MainTimeline::frame1:182]
This was the highlight:
scene_2_story.prevBTN.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_18);
