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, I was wondering how I increase a global variable by 1.10 * itself, whenever I try I get told that the * is in the wrong place.
Thanks in advance!
should just be
GlobalVariable = GlobalVariable*1.10
but the other way around should work.. are you sure your GlobalVariable is a number and not a string?
Develop games in your browser. Powerful, performant & highly capable.
Of course, i forgot to put the name of variable again. I was just putting * 1.10 no wonder it was working, thanks!
Or use the add action and global * 0.1