Hey guys, I’m extremely confused at what is happening…
I keep on getting “cannot access property of a null object” errors. With the debugger I pinpointed my issue at the line where I write stage.stageWidth.
So somehow the stage is null. This is within my Document class which is linked with the .fla. The strange part is that I haven’t had this problem until just recently.