This site requires JavaScript, please enable it in your browser!
Greenfoot back
enchino
enchino wrote ...

2015/3/8

How does a spider stop?

enchino enchino

2015/3/8

#
Hello guys :) I really need a method where a spider stops. Like

if(obstacleRight())
    { 
         stop();
    }

Is there something out like this? ._.
danpost danpost

2015/3/8

#
You cannot tell an object to stop -- you can only regulate when it moves.
You need to login to post a reply.