Can not figure out an error message
I made a test file where all elements seem to work. However when I apply the same set up in my real world complex file with other elements, something throws off the code. Here is the error message I have in the output panel. How do I go around testing what causes the problem?
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at acolyte51b_AppsPopUpsThumbs_fla::mainsite_mc_2/frame72()[acolyte51b_AppsPopUpsThumbs_fla.mainsite_mc_2::frame72:206]
at flash.display::MovieClip/gotoAndPlay()
at acolyte51b_AppsPopUpsThumbs_fla::mainsite_mc_2/gotoFrame2()[acolyte51b_AppsPopUpsThumbs_fla.mainsite_mc_2::frame82:350]
line 72:206 refers to this:
holderMovieClip.holderMovieClip_Bckgrnd.visible = false;
(which works in the test version)
and line 82:350 refers to this:
gotoAndPlay("prdctsPopUps"); (this code works, and brings a user to "prdctsPopUps" section, which is frame 72. I guess in is listed in the output panel because this code activates the error, which appears when a user goes to frame 72) |
