Hello everyone,
I have the following problem: Everytime I want to start my Game it gives me the following error:
TypeError: Error #1009: Der Zugriff auf eine Eigenschaft oder eine Methode eines null-Objektverweises ist nicht möglich.
at stencyl.api.data::Assets$/toXML()[/home/stencyl/stencyl.net/jenkins/jobs/StencylWorks-Dist/workspace/plaf/flash/root/stencyl/api/data/Assets.as:145]
at scripts::MyAssets/loadScenes()[C:\Users\hp\stencylworks\preview\scripts\MyAssets.as:302]
at stencyl.api.data::Assets/loadAll()[/home/stencyl/stencyl.net/jenkins/jobs/StencylWorks-Dist/workspace/plaf/flash/root/stencyl/api/data/Assets.as:87]
at scripts::MyAssets/initAssets()[C:\Users\hp\stencylworks\preview\scripts\MyAssets.as:273]
at Function/<anonymous>()[C:\Users\hp\stencylworks\preview\scripts\MyAssets.as:200]
First I thought this must have been something to do with an actor. But now I have just a plain white Scene with a background attached to it. That is everything I have in the "game". If I hit "Test Scene" it gives me the error.
I have started with a "Blank Game". Has it something to do with this, do I have to put some code in the game first? Every other game I've tried was created from a given structure.