footpickle wrote...
Earlier I asked if there was a way to make this:
<< Code Omitted >>
go in reverse (so the image instead of going 1, 2, 3, 4, 5 etc, it goes 5, 4, 3, 2, 1.) Is there a way to do this, or have I wasted hours making my health bar?

1 2 3 4 | protected void updateImage() { setImage( new GreenfootImage( "Health" +health+ ".png" )); } |