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

2018/2/10

New problem, trying to get a label to stay at a particular spot

Xolkiyr Xolkiyr

2018/2/10

#
Okay, here's my new problem. I have a label I'm using to show data and every time the string gets longer the label moves. The reason I'm using a label instead of a Counter is that one label is meant to hold multiple bits of data. How would I do that?
Vercility Vercility

2018/2/10

#
I havent used any yet. Is it a greenfoot class "Label" you are using or where did you get it from?
Xolkiyr Xolkiyr

2018/2/10

#
I was originally using the imported Label Class but then I got frustrated, imported the Counter Class and modified it to my liking. Now it works.
You need to login to post a reply.