<img src="http://i.imgur.com/6GMgMgG.png" border="0" />
<img src="http://i.imgur.com/FTOooBY.png" border="0" />
<img src="http://i.imgur.com/SWzo9x9.png" border="0" />
I disabled the scroll to behavior in favor of this. It works pretty well in one layout but not this one. The other layout had the same error too, bu it has since disappeared for some reason.
EDIT:
Already narrowed it down to save game in Construct 2. I save the game to a slot on the start after a little event. Disabling this and the game runs fine. Enabled and it always crashes.
irst off, I've fixed a bug involving the saving/loading of global cameras - nobody mentioned it, but I noticed it while working on the plugin and it should be good now.
I only have 1 local camera and its crashing if that helps.
instanceProto.saveToJSON = function ()
{
// Throw the trans camera on top of local cameras list
this.localCameras.push(this.transCamera);
var o = {
"lcc": this.localCameraCount,
"olcc": this.localCameraCountOld,
"alcc": this.localCameras.length,
"agcc": this.globalCameras.length,
"tcnn": (this.transCamera == null ? false : true)
};
for (var i = 0; i < this.localCameras.length; i++)
{
o["lc" + i + "g"] = this.localCameras.global;edited><editID>AnthonyB28</editID><editDate>2013-07-29 16:23:36</editDate></edited>