How to Show new Form when play button click?
Hai all,
i have 3 file. the first is quiz.as that contain two button. play and invite friend.quiz.fla. and quizapp.ass. when i click play button i want to show the quiz that store in quizapp.as. int the quiz.as i have the mouse event that call quiapp.but when i run i got an error:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at QuizApp/createButtons()
at QuizApp()
at Quiz/playQuiz()
in createButtons(), i create three button next,prev and finish.
whereas, in my quiz.fla library i have drag the button into my library but the error show nuul object reference for the button that i have created. can you help me to give some advice or sample code??