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
can some one help pls,
i try to add 1.11865 + 1.11706 = 2 <--- but the result is wrong
and to subtract 1.11865 - 1.11706 = 0 <--- but the result is wrong
this is the code ---> dropbox.com/s/b981zqor481js0q/calculatorASK.capx
thanks before
try doing this
round( RESULT * 10 ) / 10
add zeros depending on how many decimal numbers you'd like to display
I got to check your program.. instead of using int(), use float()
float() <---- i try to use this, and still got error
Develop games in your browser. Powerful, performant & highly capable.
try doing this round( RESULT * 10 ) / 10 add zeros depending on how many decimal numbers you'd like to display
dont understand , can you give me example please