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
hi , im making an inventory but for some reason i cant get the items to like position themselves on the image points following the array dropbox.com/s/u9t738qahmg0ghh/inv.capx theres the example i cant post links so i deleted the htt...
Develop games in your browser. Powerful, performant & highly capable.
Your array starts at a Width of 10. Pushing puts it at the end, so 10, 11, etc. Your ImagePoints start at index 1, so you need to set the size of the array to Width 0, and add 1 to the IndexOf() calculation, then it works.
ooh man thanks thanks thanks a looooot !!!