Hello everyone,
I'm creating a little game which uses very big numbers.
I found out that construct 3 is using 64bit to save numbers, so the biggest number would be something like 10^308.
When numbers get above this value and I make some calculations with them, the game / browser will crash.
Is it possible to use higher numbers then 10^308 and make calculations with them? (displaying them is not the problem)
Best regards.