Problem :
I want to develop the couple of basic games on flash that consist in random numbers but I am facing following error every time I execute my scene:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at capacitacion_fla::MainTimeline/frame1()
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at capacitacion_fla::MainTimeline/frame1()
at flash.display::MovieClip/gotoAndStop()
at capacitacion_fla::MainTimeline/fl_ClickToGoToAndStopAtFrame()
I am new to flash and trying to learn flash and as3 and I will be more than happy if someone help me in finding the solution on my issue.