Hi everybody!
I have an Actor that is supposed to move around in the world, and I would like to be able to see the movement on the screen.
The actor has a method, and inside the method, I'm moving the object several times and call "Greenfoot.delay(1)" in between so that I can see the movement.
Often, when I execute the method, I can see the actor moving, as it is intended. Unfortunately, sometimes the method is executed instantaniously, i.e. the single steps are not visible. Still the method runs and gives the correct output, so apparently, Greenfoot.delay() does not always seem to work.
Does anyone have an idea, why?
Olaf

