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 all,
Is there any way to add all the figures within an Array?
I know arrays can hold three types of data but I have a large array with only numeric values and I need to know the sum of the whole array without checking every value if pos...
global variable count=0 +on something -> System: set count to 0 +Array: Foreach elements -> System: add Array.CurValue to count
I'm sorry.
I tried to follow this but I can't seem to get it to work?
Is there an easier way of explaining this?
Develop games in your browser. Powerful, performant & highly capable.
easier if you show what you are doing
If this loads, this is what I have done.