Show integer numbers on textbox in Flash AS2

32 views Asked by At

I'm making a game and I need a text box to show only whole numbers, such as "999" and not "999.58". This is messing up the image because it's too big and it's outside the text box and there's also no need for the player to see the decimals. I'm using the simple call (this.text1:Number=_root.text2) but '_root.text2' has decimal and that's what I want to remove. Thanks in advance.

0

There are 0 answers