I would like to make a game in Construct that I have made in other programmes.From what I have read a hash table can be used as a dynamic array.How do I do this for example if I wanted to put the x positions of all the sprites into this table?
I wouldn't recommend using the hash table at the moment, it's a bit of a pain.
Develop games in your browser. Powerful, performant & highly capable.
Why's it a pain? The wiki article explains it well.