I'm not yet sure if this is a bug...
I made some major swaps of changing references to a Family of objects to just a single object in the Event Sheets. Adding a couple of other instances of another object, and suddenly it is giving me the following errors:
1. screencast.com/t/ZY2DuCEfNn
...then...
2. screencast.com/t/fOlS203l9EF
I'm have no clue where my mistake came into play.
.capx: sugarsync.com/pf/D6025908_4317202_6848587
ES CharEnemy, Event 2, Create object NodeCompass.
I'm guessing you don't want to create an array here.
(Toggle the line and the error stops).
It's a bug (the popup says so). Report it to the bugs forum.
blackhornet - Thank you for taking a look. But actually I do want that array there. LOL It would take too long to explain, but that part is a-okay where it is.
Develop games in your browser. Powerful, performant & highly capable.
Ashley - Thank you for the verification. I'll report it to the bugs forum to be squished. Thanks for all your hard work!
blackhornet - I was mistaken; you were right. At some point I had a second array in my object list and was thinking that Line 2's array reference was to that now-deleted array. I toggled the event as you suggested and that cleared the problem up.
However, Ashley, you may still have reason to check and see if that is a bug. Technically, I don't see why any error should have come up from how I had things...but that's just a testimony to my ignorance on software programming.