Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Hey guys how are you?
I need to delete a key from an array but can not find a function to do so. I read the manual and there speaks of IndexOf and LastIndexOf but this function does not exist. The general idea is: Given a certain condition in the event. delete a key from the array into action. Are you clear my doubt?
Thanx!
Arrays don't have keys, dictionary do.
In arrays you work with index.
A possible action is "Array: Delete", giving the index you want to wipe.
Develop games in your browser. Powerful, performant & highly capable.
Thanks for your quick response! I'm reading in the manual dictionary. Possibly my solution, I try to dictionary and tell you how I was. <img src="smileys/smiley1.gif" border="0" align="middle" />