Hello!
I seem to be having a hard time getting construct to evaluate a line of math that goes like this: "10 - (100/60)"
From that i would expect anything in ( ) to be calculated first but it seems i am mistaken on how i can get that effect in construct and i hope someone here might have done this before
Thank you for your help!
C2 produces 8.33333, which is correct. What number are you seeing?
Develop games in your browser. Powerful, performant & highly capable.
10 - (100/60)=10-100/60
Order of operations
try something like:
10-5-3......&..........10-(5-3)
Thanks guys, looked over it all and it seems i made a classic typo last night!
The calculations was never being run therefor it went to the backup system xD
Sorry to bug you all with my own typo tough.
And again thanks!