Thanks Kyatric, I appreciate you looking into it for me, but were you able to create arrays with xyz properties in that file? I downloaded your fixed capx, but it will still not allow me to create an array with xyz properties. I reinstalled construct, but I still cannot add get an array to create with properties in that project. The "girl_response" array works fine for me, so maybe the issue with that array's name or instance placement, has caused my project to not allow the creation of arrays. Is it possible that the project is corrupt? I can start new projects and create arrays with xyz properties, and I can transfer them to my "gregs adventure" project, but when I save with the transferred array that contains xyz information construct crashes. I am ok abandoning this project, and will try to save more intermittently in the future, but I'd like to know what caused this issue to avoid it in the future.
I realize the previous capx I posted didn't have an example of a bugged out array, just that in that capx the array could not be created, so I added a bugged out one and this is that capx:
http://dl.dropbox.com/u/30187917/with_bug.capx
The bugged array is "inventory" and the array created before the bug was "girl_response".
As a note, the "girl_response" array was created before I installed the hash table and rex hash plugins. After installing those plugins the bug started happening (only in this project) and I've since remmoved those plugins but still cannot get arrays to create within this project with properties, but I can get them to create with properties in other projects.
I am not blaming these plugins, but it's the only change in my environment between the creation of "girl_response" and "inventory"
In the Mikeys Adventure tutorial theres a segment about creating hash tables, and rather then doing it with arrays I attempted to use those plugins, after researching the functionality of hash tables I decided to not use the plugins and attempted to use an array, and that is when I noticed that in my tutorial progress file I could not create arrays that contained properties.