I need to have a for clause in my programm but it doesn'T work (not in world nor actors). The method where the for clause is written is called but only the for clause doesn't work. What is wrong?
for (int e = 0;e == 250;e++) { getImage().scale(250, getImage().getHeight()-4); setLocation(getX(), getY()+2); getWorld().showText("test", 100,100); }