This site requires JavaScript, please enable it in your browser!
Greenfoot back
EthanLettuce
EthanLettuce wrote ...

2017/6/12

Help with displaying values (without a counter).

EthanLettuce EthanLettuce

2017/6/12

#
Need some help please. I just want to know how I can show the value of an int as a text value. I have a label saying "In <blank> tries." but I want to fill that blank with the given value of "tries". It will not be a static int, once the game has ended, it will no longer change so I just want to show what the value is at at the end of the game. Hopefully that made sense. Much appreciated.
danpost danpost

2017/6/12

#
So, basically, you want to display some text (that happens to have a value within it). My Value Display Tutorial scenario should be able to give you the information you need. If you cannot access it, go to my very basic site, here, which contains the full tutorial.
You need to login to post a reply.