I'm new to Flash & AS; What should I do when it appears in my output?

TypeError: Error #1009: cannot access a property or method of a null object reference.

at lesson02_addlaststep_start_fla::MainTimeline/frame50()

at flash.display::MovieClip/gotoAndStop()

at lesson02_addlaststep_start_fla::MainTimeline/goHome()

Post edited by: turqqueen I have a button that directs the user to the home page when they click on the intro, but once they click on a button that leads to another frame, and they click on the home button once again, do not them anywhere.  I get no error compiler, just this message output.  Thanks for any comments.

1009 error indicates that one of the objects targeted by your code are out of reach.  This may mean that the object...

n ' is not have an instance name (or the name of the instance is misspelled)

n ' is not in the frame where this code tries to talk to her

-is animated in place, but is not assigned the name of the instances of each keyframe for her

-is one of the two or more consecutive keyframes of the same objects without a name assigned in the image previous (s).

If you go to your section to publish the Flash settings and select permit debugging option, your error message should have a suite of line number the number of the frame that will help you to isolate the object that is involved.

Tags: Adobe Animate

Similar Questions

Maybe you are looking for