Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
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
Array >> Set At X
I want to take the value in the array at x1 then plus 1 to it.
Example X1 = 5 then becomes X1=6
I will also need to know how to take away a value from the array X1
Use "Set at X" and set the value to an expression like this:
Array.At( X_INDEX ) + 1[/code:295ihsxz] Subtraction follows a similar pattern.
Awesome, Thank you for the help.
Develop games in your browser. Powerful, performant & highly capable.
Taser please don't create topics asking the same question.