Hi, this is my first post so sorry if it is a bit confusing.
I am creating a platform game and am getting the following error:
#1009: Cannot access a property or method of a null object reference
This error happens when I remove all children from the stage on line 154 of the Robbery.as class. Im guessing that maybe it is still listening for event in the other classes but I’m unsure how to remove these from within the document class.
I have attached my game below. I hope someone can help :insomniac: