Hello,
So I have tried this several ways, the last one being this line in World class:
"public int x = actorName.getImage().getWidth();"
But obviously, it tells me that non-static method getImage() cannot be referenced from a static context.
So, I'm not sure how could transform this into a static method?
Thanks in advance!

