Hi, I'm working on my first game and I'm trying to build an action list queue similar to The Sims where you can add actions to an array and complete them in order. Then, after an action is completed, that action is deleted and the remaining actions move up within the array.
Here is my test capx file. Click an action and then click an object to add it to the array. The action should then be performed, then deleted, but it�s deleting all of the actions in the queue.
https://dl.dropbox.com/u/12221585/capx/arraylistqueue.capx
I'm a new construct2 user, but I�m not new to programming and arrays, yet after reading everything I can in the Construct2 manual, tutorials, and forums on arrays, I still feel like I don't have a firm grasp on creating and using arrays with Construct2.
I have worked all weekend on this, and posting here is a last resort for me as I would prefer to figure this stuff out on my own. I seriously appreciate any help you guys can offer.
thanks!