i have two problems with my game
1.an object is hiding a string, i drew the string with Drawstring Method, how to i make it seen ?
2.i'm trying to use a method from world (earth) in an object :
the code in the world (earth)
getting this error :
Earth.countDes();
public void countDes() //count the destroy of a meteor { counters.add(20); }
non-static method countDes() cannot be referenced from a static context
am i doing something worng?