claire Posted October 22, 2013 Share Posted October 22, 2013 Hi,I want to remove a bitmap text from the state, how to do that? I tried destroy, but it's not working. No error, just the bitmap text is still there after destroy. Bitmap Text change text content is using txt.setText("test")? Link to comment Share on other sites More sharing options...
Arlefreak Posted October 26, 2013 Share Posted October 26, 2013 I can't figure this out neither i tried: score_text.text = score;score_text.update();but nothing happens Link to comment Share on other sites More sharing options...
Arlefreak Posted October 26, 2013 Share Posted October 26, 2013 Ok so the method to update the text is: score_text.setText(score);but is missing on the docs and to destroy i think was answered on another post Link to comment Share on other sites More sharing options...
Recommended Posts