Scientific notation for a score? why
Hello all,
Im having an issue with displaying my scores. When I create a single actor to display multiple high scores, numbers that are 1 million and higher are displayed in scientific notation (ie. 1.0e+06). If I have the actor display only one score that is 1 million or higher the number displays as full. The attribute is an integer.
Does anyone know how to stop it from converting to scientific notation?
should I use a real attribute for the score instead of integer?
Any help is appreciated.
Im having an issue with displaying my scores. When I create a single actor to display multiple high scores, numbers that are 1 million and higher are displayed in scientific notation (ie. 1.0e+06). If I have the actor display only one score that is 1 million or higher the number displays as full. The attribute is an integer.
Does anyone know how to stop it from converting to scientific notation?
should I use a real attribute for the score instead of integer?
Any help is appreciated.
Comments
using real attribute does the same thing... :-(
________________________________
【ツ】iPhone Icon Pack【ツ】
Free high score demo here (simple) and here (advanced)
A standard computer integer supports 2million+. Also, it displays my scores perfectly fine if only one is displayed per actor. As soon as I have an actor display two numbers that are over 1 million, it converts them to scientific notation.
My solution at this point has sadly, been to create a new actor for every score I have to display.
Any other suggestions would be helpful.
what do you mean by this?
the same thing happens with one score and many actors