hello. when i try to compile my code it says "unreported java......." and it points out the wait code. i have a method for animation and its like thisthe other thing is walking on platforms. im not sure how to do that and if the platform should be a world or an object within the world. can you just write me the code for walking on a platform.thanks in advance.
public void animate()
{
setImage("walk1");
wait(6); //idk it just doesnt let me compile while the wait is there
setImage("walk2");
}
