Hello!
I am really confused...
My Scenario is like this spider is on one point, under the spider an obstacle and 2 other obstacles right next to the obstacle
When I code a little program, (don't be confused I just translated the german codes into english) for example
public void act()
{
while(obstacleRight())
{
step();
}
}
I just see that the Spider is on the place where there isn't any Obstacle under him! That means I don't see the single frames where the spider goes over the obstacles, I just see the last step where the Program ends...
Does anyone know what I can do?
Thank you :D

Now, the problem is really that computers are