Error #1009: Cannot access a property or method of a null object reference.
i have strange error.
i have one scene with complicated game whick contains only one frame which works ok.
i created onother welcome scene which contains only btn containing "nextscene". when i test the movie the welcome scene works ok but when i click the btn to go to the next scene i get the following error:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at hit_the_ball_onepage_fla::MainTimeline/frame2()
at flash.display::Sprite/constructChildren()
at flash.display::Sprite()
at flash.display::MovieClip()
at flash.display::MovieClip/nextScene()
at hit_the_ball_onepage_fla::MainTimeline/fl_ClickToGoToNextScene()
i tried to move the game to frame 2 and put the welcome page on frame 1 - but the same error appears.
ca someone tell me how to repair the problem?
ehud
